mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 00:33:36 +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 'phantomjs-binaries'
|
||||
gem 'phantomjs'
|
||||
gem 'poltergeist', '1.6.0' # We are using PhantomJS instead
|
||||
gem 'poltergeist'
|
||||
gem 'launchy', '2.4.3' # for opening browser automatically
|
||||
|
||||
# debug
|
||||
|
|
|
@ -132,7 +132,7 @@ GEM
|
|||
bundler (~> 1.2)
|
||||
thor (~> 0.18)
|
||||
cancancan (1.11.0)
|
||||
capybara (2.13.0)
|
||||
capybara (2.14.0)
|
||||
addressable
|
||||
mime-types (>= 1.16)
|
||||
nokogiri (>= 1.3.3)
|
||||
|
@ -339,10 +339,9 @@ GEM
|
|||
phantomjs (1.9.8.0)
|
||||
phantomjs-binaries (2.1.1.1)
|
||||
sys-uname (= 0.9.0)
|
||||
poltergeist (1.6.0)
|
||||
poltergeist (1.14.0)
|
||||
capybara (~> 2.1)
|
||||
cliver (~> 0.3.1)
|
||||
multi_json (~> 1.0)
|
||||
websocket-driver (>= 0.2.0)
|
||||
polyamorous (1.3.1)
|
||||
activerecord (>= 3.0)
|
||||
|
@ -608,7 +607,7 @@ DEPENDENCIES
|
|||
pg (= 0.19.0)
|
||||
phantomjs
|
||||
phantomjs-binaries
|
||||
poltergeist (= 1.6.0)
|
||||
poltergeist
|
||||
pry (= 0.10.1)
|
||||
puma
|
||||
que (= 0.10.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue