mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +02:00
Update poltergeist gem
This commit is contained in:
parent
929888eb0e
commit
b05459d439
2 changed files with 4 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -133,7 +133,7 @@ group :development, :test do
|
||||||
gem 'fabrication', '2.13.2' # Replacement for fixtures
|
gem 'fabrication', '2.13.2' # Replacement for fixtures
|
||||||
gem 'phantomjs-binaries'
|
gem 'phantomjs-binaries'
|
||||||
gem 'phantomjs'
|
gem 'phantomjs'
|
||||||
gem 'poltergeist', '1.6.0' # We are using PhantomJS instead
|
gem 'poltergeist'
|
||||||
gem 'launchy', '2.4.3' # for opening browser automatically
|
gem 'launchy', '2.4.3' # for opening browser automatically
|
||||||
|
|
||||||
# debug
|
# debug
|
||||||
|
|
|
@ -132,7 +132,7 @@ GEM
|
||||||
bundler (~> 1.2)
|
bundler (~> 1.2)
|
||||||
thor (~> 0.18)
|
thor (~> 0.18)
|
||||||
cancancan (1.11.0)
|
cancancan (1.11.0)
|
||||||
capybara (2.13.0)
|
capybara (2.14.0)
|
||||||
addressable
|
addressable
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
nokogiri (>= 1.3.3)
|
nokogiri (>= 1.3.3)
|
||||||
|
@ -339,10 +339,9 @@ GEM
|
||||||
phantomjs (1.9.8.0)
|
phantomjs (1.9.8.0)
|
||||||
phantomjs-binaries (2.1.1.1)
|
phantomjs-binaries (2.1.1.1)
|
||||||
sys-uname (= 0.9.0)
|
sys-uname (= 0.9.0)
|
||||||
poltergeist (1.6.0)
|
poltergeist (1.14.0)
|
||||||
capybara (~> 2.1)
|
capybara (~> 2.1)
|
||||||
cliver (~> 0.3.1)
|
cliver (~> 0.3.1)
|
||||||
multi_json (~> 1.0)
|
|
||||||
websocket-driver (>= 0.2.0)
|
websocket-driver (>= 0.2.0)
|
||||||
polyamorous (1.3.1)
|
polyamorous (1.3.1)
|
||||||
activerecord (>= 3.0)
|
activerecord (>= 3.0)
|
||||||
|
@ -608,7 +607,7 @@ DEPENDENCIES
|
||||||
pg (= 0.19.0)
|
pg (= 0.19.0)
|
||||||
phantomjs
|
phantomjs
|
||||||
phantomjs-binaries
|
phantomjs-binaries
|
||||||
poltergeist (= 1.6.0)
|
poltergeist
|
||||||
pry (= 0.10.1)
|
pry (= 0.10.1)
|
||||||
puma
|
puma
|
||||||
que (= 0.10.0)
|
que (= 0.10.0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue