From ea2f3975922075d5b93d1856c3e692c72ce81718 Mon Sep 17 00:00:00 2001 From: Oleg Hasjanov Date: Wed, 6 Sep 2023 14:28:35 +0300 Subject: [PATCH] remove webdrvers --- Gemfile | 2 +- Gemfile.lock | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 4891709bb..d831c19c3 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ group :test do gem 'capybara', '>= 2.15' gem 'simplecov', '~> 0.10', '< 0.18', require: false gem 'spy' - gem 'webdrivers' + gem 'selenium-webdriver' gem 'webmock' end diff --git a/Gemfile.lock b/Gemfile.lock index c74240f2e..ca7ab20ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -408,10 +408,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) webfinger (1.2.0) activesupport httpclient (>= 2.4) @@ -479,6 +475,7 @@ DEPENDENCIES rubocop-performance ruby-openai scenic + selenium-webdriver simplecov (~> 0.10, < 0.18) simpleidn skylight @@ -486,7 +483,6 @@ DEPENDENCIES spy turbo-rails web-console (>= 3.3.0) - webdrivers webmock webpacker (~> 6.0.0.rc.5) webpush