Update poltergeist gem

This commit is contained in:
Artur Beljajev 2017-05-01 22:19:45 +03:00
parent 929888eb0e
commit b05459d439
2 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -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)