From 48d0fba91de0c524a78c3a8a7ca0d3527e215b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:41:56 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.33.0 to 4.38.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.33.0 to 4.38.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.33.0...selenium-4.38.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-version: 4.38.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index efcc86215..bfa5dcdad 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ group :test do gem "email_spec", "~> 2.3.0" gem "pdf-reader", "~> 2.14.1" gem "rspec-rails", "~> 7.1.1" - gem "selenium-webdriver", "~> 4.33.0" + gem "selenium-webdriver", "~> 4.38.0" gem "simplecov", "~> 0.22.0", require: false gem "simplecov-lcov", "~> 0.9.0", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index e48093b16..6f6981551 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -600,7 +600,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.4.2) + rexml (3.4.4) rinku (2.0.6) ros-apartment (3.2.0) activerecord (>= 6.1.0, < 8.1) @@ -696,11 +696,11 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) securerandom (0.4.1) - selenium-webdriver (4.33.0) + selenium-webdriver (4.38.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) simplecov (0.22.0) docile (~> 1.1) @@ -894,7 +894,7 @@ DEPENDENCIES sassc-embedded (~> 1.77.5) sassc-rails (~> 2.1.2) savon (~> 2.15.1) - selenium-webdriver (~> 4.33.0) + selenium-webdriver (~> 4.38.0) simplecov (~> 0.22.0) simplecov-lcov (~> 0.9.0) sitemap_generator (~> 6.3.0)