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 'fabrication', '2.13.2' # Replacement for fixtures
gem 'phantomjs-binaries'
gem 'phantomjs'
gem 'poltergeist'
gem 'launchy', '2.4.3' # for opening browser automatically