diff --git a/Gemfile b/Gemfile index 50e0713c5..551dc4cb1 100644 --- a/Gemfile +++ b/Gemfile @@ -69,11 +69,9 @@ end group :test do # Adds support for Capybara system testing and selenium driver - gem 'capybara' + gem 'capybara', '>= 3.39' + gem 'selenium-webdriver', '>= 4.11.0' gem 'rexml' # required by selenium-webdriver - gem 'selenium-webdriver' - # Easy installation and use of web drivers to run system tests with browsers - gem "webdrivers" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index c055e3332..cab8a2be3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -294,7 +294,7 @@ GEM rexml (3.2.6) ruby2_keywords (0.0.5) rubyzip (2.3.2) - selenium-webdriver (4.10.0) + selenium-webdriver (4.11.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -336,10 +336,6 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webdrivers (5.3.1) - nokogiri (~> 1.6) - rubyzip (>= 1.3.0) - selenium-webdriver (~> 4.0, < 4.11) webfinger (2.1.2) activesupport faraday (~> 2.0) @@ -366,7 +362,7 @@ DEPENDENCIES capistrano-rails capistrano-rbenv capistrano3-puma (~> 5.2.0) - capybara + capybara (>= 3.39) coderay debug devise @@ -384,12 +380,11 @@ DEPENDENCIES redcarpet rexml rubyzip - selenium-webdriver + selenium-webdriver (>= 4.11.0) shakapacker turbo-rails (= 1.1.0) tzinfo-data web-console - webdrivers wechat! RUBY VERSION