diff --git a/Gemfile b/Gemfile index 7508ecc3..60c14cd4 100644 --- a/Gemfile +++ b/Gemfile @@ -57,8 +57,6 @@ group :test do # Adds support for Capybara system testing and selenium driver gem 'capybara', '>= 2.15' gem 'selenium-webdriver' - # Easy installation and use of web drivers to run system tests with browsers - gem 'webdrivers' gem 'rspec-openapi' end diff --git a/Gemfile.lock b/Gemfile.lock index 07be4243..71cf1767 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -391,7 +391,7 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) scanf (1.0.0) - selenium-webdriver (4.10.0) + selenium-webdriver (4.12.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -435,10 +435,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) websocket (1.2.10) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -496,7 +492,6 @@ DEPENDENCIES turbo-rails tzinfo-data web-console (>= 3.3.0) - webdrivers RUBY VERSION ruby 3.2.2p53