From a3bbf015c9284cff2a3c4e8bfd4d900939b25932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:06:44 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.36.0 to 4.37.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.36.0 to 4.37.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.36.0...selenium-4.37.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-version: 4.37.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 3d7fd503..8d840ab8 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ group :test do gem 'prosopite', '~> 2.1.2' gem 'rspec-openapi', '~> 0.20' gem 'rspec-retry', github: 'rootstrap/rspec-retry', branch: 'add-intermittent-callback' - gem 'selenium-webdriver', '~> 4.36.0' + gem 'selenium-webdriver', '~> 4.37.0' gem 'shoulda-matchers', '~> 6.5' gem 'simplecov', '~> 0.22.0', require: false gem 'webmock', '~> 3.25' diff --git a/Gemfile.lock b/Gemfile.lock index 0d248c48..3b6eb419 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -322,7 +322,7 @@ GEM thor (>= 0.14, < 2.0) jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.13.2) + json (2.15.1) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -407,7 +407,7 @@ GEM pp (0.6.2) prettyprint prettyprint (0.2.0) - prism (1.4.0) + prism (1.6.0) prosopite (2.1.2) pry (0.15.2) coderay (~> 1.1) @@ -581,7 +581,7 @@ GEM rubocop-rspec (~> 3.5) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - rubyzip (3.1.1) + rubyzip (3.2.0) sanitize (7.0.0) crass (~> 1.0.2) nokogiri (>= 1.16.8) @@ -589,11 +589,9 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) securerandom (0.4.1) - selenium-webdriver (4.36.0) + selenium-webdriver (4.37.0) base64 (~> 0.2) - json (<= 2.13.2) logger (~> 1.4) - prism (~> 1.0, < 1.5) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) @@ -712,7 +710,7 @@ DEPENDENCIES rubocop-rake (~> 0.7.1) rubocop-rspec (~> 3.7) rubocop-rspec_rails (~> 2.31.0) - selenium-webdriver (~> 4.36.0) + selenium-webdriver (~> 4.37.0) sendgrid (~> 1.2.4) shoulda-matchers (~> 6.5) simplecov (~> 0.22.0)