mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43:37 +02:00
Update phantomjs gem
This commit is contained in:
parent
2a3b526069
commit
929888eb0e
2 changed files with 5 additions and 5 deletions
4
Gemfile
4
Gemfile
|
@ -131,8 +131,8 @@ group :development, :test do
|
||||||
gem 'capybara'
|
gem 'capybara'
|
||||||
gem 'rspec-rails', '~> 3.5'
|
gem 'rspec-rails', '~> 3.5'
|
||||||
gem 'fabrication', '2.13.2' # Replacement for fixtures
|
gem 'fabrication', '2.13.2' # Replacement for fixtures
|
||||||
gem 'phantomjs-binaries', '1.9.2.4'
|
gem 'phantomjs-binaries'
|
||||||
gem 'phantomjs', '1.9.8.0'
|
gem 'phantomjs'
|
||||||
gem 'poltergeist', '1.6.0' # We are using PhantomJS instead
|
gem 'poltergeist', '1.6.0' # We are using PhantomJS instead
|
||||||
gem 'launchy', '2.4.3' # for opening browser automatically
|
gem 'launchy', '2.4.3' # for opening browser automatically
|
||||||
|
|
||||||
|
|
|
@ -337,7 +337,7 @@ GEM
|
||||||
pdfkit (0.6.2)
|
pdfkit (0.6.2)
|
||||||
pg (0.19.0)
|
pg (0.19.0)
|
||||||
phantomjs (1.9.8.0)
|
phantomjs (1.9.8.0)
|
||||||
phantomjs-binaries (1.9.2.4)
|
phantomjs-binaries (2.1.1.1)
|
||||||
sys-uname (= 0.9.0)
|
sys-uname (= 0.9.0)
|
||||||
poltergeist (1.6.0)
|
poltergeist (1.6.0)
|
||||||
capybara (~> 2.1)
|
capybara (~> 2.1)
|
||||||
|
@ -606,8 +606,8 @@ DEPENDENCIES
|
||||||
paper_trail!
|
paper_trail!
|
||||||
pdfkit (= 0.6.2)
|
pdfkit (= 0.6.2)
|
||||||
pg (= 0.19.0)
|
pg (= 0.19.0)
|
||||||
phantomjs (= 1.9.8.0)
|
phantomjs
|
||||||
phantomjs-binaries (= 1.9.2.4)
|
phantomjs-binaries
|
||||||
poltergeist (= 1.6.0)
|
poltergeist (= 1.6.0)
|
||||||
pry (= 0.10.1)
|
pry (= 0.10.1)
|
||||||
puma
|
puma
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue