mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 00:33:36 +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 'rspec-rails', '~> 3.5'
|
||||
gem 'fabrication', '2.13.2' # Replacement for fixtures
|
||||
gem 'phantomjs-binaries', '1.9.2.4'
|
||||
gem 'phantomjs', '1.9.8.0'
|
||||
gem 'phantomjs-binaries'
|
||||
gem 'phantomjs'
|
||||
gem 'poltergeist', '1.6.0' # We are using PhantomJS instead
|
||||
gem 'launchy', '2.4.3' # for opening browser automatically
|
||||
|
||||
|
|
|
@ -337,7 +337,7 @@ GEM
|
|||
pdfkit (0.6.2)
|
||||
pg (0.19.0)
|
||||
phantomjs (1.9.8.0)
|
||||
phantomjs-binaries (1.9.2.4)
|
||||
phantomjs-binaries (2.1.1.1)
|
||||
sys-uname (= 0.9.0)
|
||||
poltergeist (1.6.0)
|
||||
capybara (~> 2.1)
|
||||
|
@ -606,8 +606,8 @@ DEPENDENCIES
|
|||
paper_trail!
|
||||
pdfkit (= 0.6.2)
|
||||
pg (= 0.19.0)
|
||||
phantomjs (= 1.9.8.0)
|
||||
phantomjs-binaries (= 1.9.2.4)
|
||||
phantomjs
|
||||
phantomjs-binaries
|
||||
poltergeist (= 1.6.0)
|
||||
pry (= 0.10.1)
|
||||
puma
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue