Skip selenium-webdriver version 4.20.0

This commit will not install the selenium-webdriver` version 4.20.0
because `Selenium::WebDriver::DriverFinder.path` was dropped in `selenium-webdriver` 4.20.0 that was not intentional.
It will be restored once the newer version of `selenium-webdriver` that includes https://github.com/SeleniumHQ/selenium/pull/13877 .

Fix #51658
This commit is contained in:
Yasuo Honda 2024-04-26 08:48:30 +09:00
parent da21c2e981
commit 055377da43
2 changed files with 4 additions and 3 deletions

@ -11,7 +11,7 @@ gem "rake", ">= 13"
gem "sprockets-rails", ">= 2.0.0"
gem "propshaft", ">= 0.1.7"
gem "capybara", ">= 3.39"
gem "selenium-webdriver", ">= 4.11.0"
gem "selenium-webdriver", ">= 4.11.0", "!= 4.20.0"
gem "rack-cache", "~> 1.2"
gem "stimulus-rails"

@ -491,7 +491,8 @@ GEM
google-protobuf (~> 3.25)
sass-embedded (1.69.6-x86_64-linux-gnu)
google-protobuf (~> 3.25)
selenium-webdriver (4.16.0)
selenium-webdriver (4.19.0)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
@ -653,7 +654,7 @@ DEPENDENCIES
rubocop-rails-omakase
rubyzip (~> 2.0)
sdoc!
selenium-webdriver (>= 4.11.0)
selenium-webdriver (>= 4.11.0, != 4.20.0)
sidekiq
sneakers
sprockets-rails (>= 2.0.0)