diff --git a/Gemfile b/Gemfile index 8b7594a2..aaf874b5 100644 --- a/Gemfile +++ b/Gemfile @@ -128,9 +128,9 @@ group :test do # Adds support for Capybara system testing and selenium driver gem 'capybara', '>= 3.26' - gem 'selenium-webdriver' + gem 'selenium-webdriver', '>= 4.11.0' # Easy installation and use of web drivers to run system tests with browsers - gem 'webdrivers' + #gem 'webdrivers' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index c55bfbf4..23be1f00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -283,7 +283,7 @@ GEM redcarpet (3.5.1) redis (4.8.0) regexp_parser (2.6.1) - rexml (3.2.5) + rexml (3.2.6) rr (3.1.0) rubocop (1.42.0) json (~> 2.3) @@ -314,7 +314,7 @@ GEM tilt sdoc (1.1.0) rdoc (>= 5.0) - selenium-webdriver (4.7.1) + selenium-webdriver (4.16.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -384,17 +384,13 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webdrivers (5.2.0) - nokogiri (~> 1.6) - rubyzip (>= 1.3.0) - selenium-webdriver (~> 4.0) webpacker (5.4.3) activesupport (>= 5.2) rack-proxy (>= 0.6.1) railties (>= 5.2) semantic_range (>= 2.3.0) webrick (1.7.0) - websocket (1.2.9) + websocket (1.2.10) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -441,7 +437,7 @@ DEPENDENCIES rubocop-rails sassc-rails (>= 2.1) sdoc (~> 1.0) - selenium-webdriver + selenium-webdriver (>= 4.11.0) sidekiq (< 7) simple-navigation simple_calendar (~> 2.0) @@ -454,7 +450,6 @@ DEPENDENCIES test-unit-rails uglifier (>= 1.3) web-console (~> 4.0) - webdrivers webpacker (~> 5.x) xmlrpc