From 9df7a8964f6f3458e9c989786001bdab96463852 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Wed, 10 May 2023 08:40:32 +0200 Subject: [PATCH] Pin selenium-webdriver to 4.9.0 Until https://github.com/teamcapybara/capybara/pull/2667 got released --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 61dc97e95d..ba36f6f440 100644 --- a/Gemfile +++ b/Gemfile @@ -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