Remove phantomjs gem.

Motivation:
- PhantomJS can be installed manually
- gem has never been released (alpha version was used)
This commit is contained in:
Artur Beljajev 2017-10-29 11:47:16 +02:00
parent 0027d9e214
commit ba8e758979
2 changed files with 0 additions and 3 deletions

View file

@ -121,7 +121,6 @@ group :development, :test do
gem 'rspec-rails', '~> 3.6' gem 'rspec-rails', '~> 3.6'
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 'poltergeist' gem 'poltergeist'
gem 'launchy', '2.4.3' # for opening browser automatically gem 'launchy', '2.4.3' # for opening browser automatically

View file

@ -292,7 +292,6 @@ GEM
ast (~> 2.2) ast (~> 2.2)
pdfkit (0.6.2) pdfkit (0.6.2)
pg (0.19.0) pg (0.19.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.14.0) poltergeist (1.14.0)
@ -534,7 +533,6 @@ DEPENDENCIES
paper_trail! paper_trail!
pdfkit (= 0.6.2) pdfkit (= 0.6.2)
pg (= 0.19.0) pg (= 0.19.0)
phantomjs
phantomjs-binaries phantomjs-binaries
poltergeist poltergeist
pry (= 0.10.1) pry (= 0.10.1)