diff --git a/Gemfile b/Gemfile index d7057efa..90156470 100644 --- a/Gemfile +++ b/Gemfile @@ -36,8 +36,6 @@ group :development, :test do # Capybara for feature/integration tests gem 'capybara' gem 'selenium-webdriver' - # Easy installation and use of web drivers to run system tests with browsers - gem 'webdrivers' # Rubocop is a static code analyzer to enforce style. gem 'rubocop', '~> 1.57', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 29aa3185..b3096379 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -380,10 +380,6 @@ 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) webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -442,7 +438,6 @@ DEPENDENCIES selenium-webdriver simplecov web-console (>= 4.1.0) - webdrivers webmock (~> 3.0) zip_kit (~> 6.3)