Skip to content

Commit

Permalink
chore: Remove webdrivers to fix test fails
Browse files Browse the repository at this point in the history
Unable to find latest point release version for 115.0.5790. You appear to be using a non-production version of Chrome. Please set `Webdrivers::Chromedriver.required_version = <desired driver version>` to a known chromedriver version: https://chromedriver.storage.googleapis.com/index.html (Webdrivers::VersionError)
  • Loading branch information
mishina2228 committed Jul 27, 2023
1 parent fd9f122 commit d8e7f98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ group :test do
gem 'selenium-webdriver'
gem 'simplecov', require: false
gem 'simplecov-cobertura', require: false
gem 'webdrivers'
end

group :itamae do
Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,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)
websocket (1.2.9)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand Down Expand Up @@ -375,7 +371,6 @@ DEPENDENCIES
simplecov-cobertura
turbo-rails
web-console (>= 3.3.0)
webdrivers

RUBY VERSION
ruby 3.2.0p0
Expand Down

0 comments on commit d8e7f98

Please sign in to comment.