From 7a2a213c8404dbba6c536909a17acdd4eb1f74ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:32:20 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.24.0 to 4.25.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.24.0 to 4.25.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.24.0...selenium-4.25.0) --- updated-dependencies: - dependency-name: selenium-webdriver 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 bafabfd30..26a458236 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,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.24' + gem 'selenium-webdriver', '~> 4.25' # 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 48a5439de..d53bea1b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -160,7 +160,7 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.3.7) + rexml (3.3.8) rqrcode_core (1.2.0) rr (3.1.1) rspec (3.13.0) @@ -194,7 +194,7 @@ GEM rushover (0.3.0) json rest-client - selenium-webdriver (4.24.0) + selenium-webdriver (4.25.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -298,7 +298,7 @@ DEPENDENCIES rubocop (~> 1.66.1) rubyzip (~> 2.3) rushover (~> 0.3.0) - selenium-webdriver (~> 4.24) + selenium-webdriver (~> 4.25) sinatra (~> 3.2) slack-notifier (~> 2.4) sqlite3 (~> 1.4)