From cd6f04810044f6cfb736bdeddc8c9d016d0a6200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 01:18:15 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.34.0 to 4.35.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.34.0 to 4.35.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.34.0...selenium-4.35.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-version: 4.35.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2ac1d6c1f..6e04b3a7c 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ group :test do # Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior # gem 'selenium' # Requires old version of selenium which is no longer available gem 'geckodriver-helper', '~> 0.24.0' - gem 'selenium-webdriver', '~> 4.34' + gem 'selenium-webdriver', '~> 4.35' # Note: nokogiri is needed by capybara which may require one of the below commands # sudo apt-get install libxslt-dev libxml2-dev diff --git a/Gemfile.lock b/Gemfile.lock index 11f93e9fc..3a65b1c54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -196,11 +196,11 @@ GEM json rest-client securerandom (0.4.1) - selenium-webdriver (4.34.0) + selenium-webdriver (4.35.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) sinatra (3.2.0) mustermann (~> 3.0) @@ -293,7 +293,7 @@ DEPENDENCIES rubocop (~> 1.79.2) rubyzip (~> 2.4) rushover (~> 0.3.0) - selenium-webdriver (~> 4.34) + selenium-webdriver (~> 4.35) sinatra (~> 3.2) slack-notifier (~> 2.4) sqlite3 (~> 2.7)