Merge pull request #1852 from tchak/fix-chromedriver

Fix chromedriver on CI
This commit is contained in:
Paul Chavard 2018-04-18 16:51:01 +02:00 committed by GitHub
commit c405c8750d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View file

@ -120,7 +120,6 @@ gem 'rack-mini-profiler'
group :test do group :test do
gem 'capybara' gem 'capybara'
gem "chromedriver-helper"
gem 'launchy' gem 'launchy'
gem 'factory_bot' gem 'factory_bot'
gem 'database_cleaner' gem 'database_cleaner'

View file

@ -95,8 +95,6 @@ GEM
aes_key_wrap (1.0.1) aes_key_wrap (1.0.1)
apipie-rails (0.5.7) apipie-rails (0.5.7)
rails (>= 4.1) rails (>= 4.1)
archive-zip (0.11.0)
io-like (~> 0.3.0)
arel (9.0.0) arel (9.0.0)
ast (2.4.0) ast (2.4.0)
attr_required (1.0.1) attr_required (1.0.1)
@ -140,9 +138,6 @@ GEM
chartkick (2.3.4) chartkick (2.3.4)
childprocess (0.8.0) childprocess (0.8.0)
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
chromedriver-helper (1.2.0)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
chunky_png (1.3.10) chunky_png (1.3.10)
clamav-client (3.1.0) clamav-client (3.1.0)
coderay (1.1.2) coderay (1.1.2)
@ -415,7 +410,6 @@ GEM
i18n (0.9.5) i18n (0.9.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
inflecto (0.0.2) inflecto (0.0.2)
io-like (0.3.0)
ipaddress (0.8.3) ipaddress (0.8.3)
jquery-rails (4.3.1) jquery-rails (4.3.1)
rails-dom-testing (>= 1, < 3) rails-dom-testing (>= 1, < 3)
@ -796,7 +790,6 @@ DEPENDENCIES
carrierwave carrierwave
carrierwave-i18n carrierwave-i18n
chartkick chartkick
chromedriver-helper
chunky_png chunky_png
clamav-client clamav-client
copy_carrierwave_file copy_carrierwave_file