Skip to content

Commit

Permalink
Skip selenium-webdriver version 4.20.0
Browse files Browse the repository at this point in the history
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 SeleniumHQ/selenium#13877 .

Fix rails#51658
  • Loading branch information
yahonda authored and xjunior committed Jun 9, 2024
1 parent 59d7bd7 commit 69a7bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 69a7bb7

Please sign in to comment.