mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Remove phantomjs-binaries gem
This commit is contained in:
parent
ba8e758979
commit
e640a2c07c
2 changed files with 0 additions and 7 deletions
1
Gemfile
1
Gemfile
|
@ -120,7 +120,6 @@ group :development, :test do
|
||||||
gem 'capybara'
|
gem 'capybara'
|
||||||
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 'poltergeist'
|
gem 'poltergeist'
|
||||||
gem 'launchy', '2.4.3' # for opening browser automatically
|
gem 'launchy', '2.4.3' # for opening browser automatically
|
||||||
|
|
||||||
|
|
|
@ -188,7 +188,6 @@ GEM
|
||||||
factory_girl_rails (4.8.0)
|
factory_girl_rails (4.8.0)
|
||||||
factory_girl (~> 4.8.0)
|
factory_girl (~> 4.8.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
ffi (1.9.18)
|
|
||||||
figaro (1.1.1)
|
figaro (1.1.1)
|
||||||
thor (~> 0.14)
|
thor (~> 0.14)
|
||||||
globalid (0.3.7)
|
globalid (0.3.7)
|
||||||
|
@ -292,8 +291,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-binaries (2.1.1.1)
|
|
||||||
sys-uname (= 0.9.0)
|
|
||||||
poltergeist (1.14.0)
|
poltergeist (1.14.0)
|
||||||
capybara (~> 2.1)
|
capybara (~> 2.1)
|
||||||
cliver (~> 0.3.1)
|
cliver (~> 0.3.1)
|
||||||
|
@ -443,8 +440,6 @@ GEM
|
||||||
actionpack (>= 4.0)
|
actionpack (>= 4.0)
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sys-uname (0.9.0)
|
|
||||||
ffi (>= 1.0.0)
|
|
||||||
thor (0.19.4)
|
thor (0.19.4)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
|
@ -533,7 +528,6 @@ DEPENDENCIES
|
||||||
paper_trail!
|
paper_trail!
|
||||||
pdfkit (= 0.6.2)
|
pdfkit (= 0.6.2)
|
||||||
pg (= 0.19.0)
|
pg (= 0.19.0)
|
||||||
phantomjs-binaries
|
|
||||||
poltergeist
|
poltergeist
|
||||||
pry (= 0.10.1)
|
pry (= 0.10.1)
|
||||||
puma
|
puma
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue