Skip to content

Commit 5e0c738

Browse files
authored
Merge pull request rails#51662 from yahonda/pin_selenium_webdriver_4_19_0
Skip `selenium-webdriver` version 4.20.0
2 parents da21c2e + 055377d commit 5e0c738

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem "rake", ">= 13"
1111
gem "sprockets-rails", ">= 2.0.0"
1212
gem "propshaft", ">= 0.1.7"
1313
gem "capybara", ">= 3.39"
14-
gem "selenium-webdriver", ">= 4.11.0"
14+
gem "selenium-webdriver", ">= 4.11.0", "!= 4.20.0"
1515

1616
gem "rack-cache", "~> 1.2"
1717
gem "stimulus-rails"

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,8 @@ GEM
491491
google-protobuf (~> 3.25)
492492
sass-embedded (1.69.6-x86_64-linux-gnu)
493493
google-protobuf (~> 3.25)
494-
selenium-webdriver (4.16.0)
494+
selenium-webdriver (4.19.0)
495+
base64 (~> 0.2)
495496
rexml (~> 3.2, >= 3.2.5)
496497
rubyzip (>= 1.2.2, < 3.0)
497498
websocket (~> 1.0)
@@ -653,7 +654,7 @@ DEPENDENCIES
653654
rubocop-rails-omakase
654655
rubyzip (~> 2.0)
655656
sdoc!
656-
selenium-webdriver (>= 4.11.0)
657+
selenium-webdriver (>= 4.11.0, != 4.20.0)
657658
sidekiq
658659
sneakers
659660
sprockets-rails (>= 2.0.0)

0 commit comments

Comments
 (0)