Replace "chromedriver-helper" with "webdrivers"

This commit is contained in:
Jérémy Lecour 2019-08-19 13:43:54 +02:00 committed by Jérémy Lecour
parent 3611ff4636
commit 2bf9df9726
2 changed files with 6 additions and 9 deletions

View File

@ -91,8 +91,7 @@ group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 2.15', '< 4.0'
gem 'selenium-webdriver'
# Easy installation and use of chromedriver to run system tests with Chrome
gem 'chromedriver-helper'
gem 'webdrivers'
gem 'launchy'
gem "database_cleaner"

View File

@ -49,8 +49,6 @@ GEM
annotate (2.7.5)
activerecord (>= 3.2, < 7.0)
rake (>= 10.4, < 13.0)
archive-zip (0.12.0)
io-like (~> 0.3.0)
arel (9.0.0)
ast (2.4.0)
bcrypt (3.1.13)
@ -89,9 +87,6 @@ GEM
xpath (~> 3.2)
childprocess (1.0.1)
rake (< 13.0)
chromedriver-helper (2.1.1)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
chronic (0.10.2)
coderay (1.1.2)
concurrent-ruby (1.1.5)
@ -137,7 +132,6 @@ GEM
hashie (3.6.0)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
io-like (0.3.0)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
json (2.2.0)
@ -326,6 +320,10 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webdrivers (4.1.2)
nokogiri (~> 1.6)
rubyzip (~> 1.0)
selenium-webdriver (>= 3.0, < 4.0)
webpacker (3.6.0)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
@ -352,7 +350,6 @@ DEPENDENCIES
capistrano-rbenv
capistrano3-puma
capybara (>= 2.15, < 4.0)
chromedriver-helper
database_cleaner
devise (~> 4.4)
devise-i18n (~> 1.6)
@ -390,6 +387,7 @@ DEPENDENCIES
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 3.3.0)
webdrivers
webpacker (~> 3.5)
whenever