From 1822b7e7e56cd71045cf314a45076dad40184711 Mon Sep 17 00:00:00 2001 From: samyou-softwire Date: Mon, 13 Apr 2026 12:22:00 +0100 Subject: [PATCH] CLDC-3499: Update selenium allows for the tests to run locally as it can download a browser version that exists --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 91ed6c8a8..2b3897121 100644 --- a/Gemfile +++ b/Gemfile @@ -109,7 +109,7 @@ group :test do gem "capybara-lockstep" gem "capybara-screenshot" gem "rspec-rails", require: false - gem "selenium-webdriver", require: false + gem "selenium-webdriver", "~> 4.43", require: false gem "simplecov", require: false gem "timecop", "~> 0.9.4" gem "webmock", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 85aa27b6d..52368da38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -498,10 +498,11 @@ GEM ruby2_keywords (0.0.5) rubyzip (2.3.2) securerandom (0.4.1) - selenium-webdriver (4.18.1) + selenium-webdriver (4.43.0) base64 (~> 0.2) + logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) - rubyzip (>= 1.2.2, < 3.0) + rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) sentry-rails (5.16.1) railties (>= 5.0) @@ -631,7 +632,7 @@ DEPENDENCIES rubocop-performance rubocop-rails ruby-openai - selenium-webdriver + selenium-webdriver (~> 4.43) sentry-rails sentry-ruby sidekiq