Skip to content

Commit

Permalink
Pin selenium-webdriver to 4.9.0
Browse files Browse the repository at this point in the history
Until teamcapybara/capybara#2667 got released
  • Loading branch information
tvdeyen committed May 18, 2023
1 parent 1a8edac commit 9df7a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ group :development, :test do
# in our case the culprit is `handlebars-assets`. The changes between 2.7.0 and 2.8.0 are
# minimal, but breaking.
gem "execjs", "= 2.8.1"
gem "selenium-webdriver", "< 4.9.1" # until https://github.com/teamcapybara/capybara/pull/2665 got merged

if ENV["GITHUB_ACTIONS"]
# Necessary because GH Actions gem cache does not have this "Bundled with Ruby" gem installed
Expand Down

0 comments on commit 9df7a89

Please sign in to comment.