From ff424576bd33bf3e1fabf8a96956c09c9f4006f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:18:54 +0000 Subject: [PATCH] build(deps-dev): bump selenium-webdriver from 4.25.0 to 4.26.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.25.0 to 4.26.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.25.0...selenium-4.26.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 acd0f48..4b1d8ee 100644 --- a/Gemfile +++ b/Gemfile @@ -36,5 +36,5 @@ end group :test do gem 'capybara', '~> 3.26' gem 'minitest-stub_any_instance', '~> 1.0' - gem 'selenium-webdriver', '~> 4.25' + gem 'selenium-webdriver', '~> 4.26' end diff --git a/Gemfile.lock b/Gemfile.lock index 6b8c16e..bd247e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -238,7 +238,7 @@ GEM regexp_parser (2.9.2) reline (0.5.10) io-console (~> 0.5) - rexml (3.3.7) + rexml (3.3.9) rollbar (3.6.0) rubocop (1.67.0) json (~> 2.3) @@ -269,7 +269,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt - selenium-webdriver (4.25.0) + selenium-webdriver (4.26.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -345,7 +345,7 @@ DEPENDENCIES rubocop (~> 1.67) rubocop-rails (~> 2.27) sassc-rails (~> 2.0) - selenium-webdriver (~> 4.25) + selenium-webdriver (~> 4.26) sqlite3 (>= 1.4) stimulus-rails (~> 1.3) web-console (~> 4.2, >= 4.2.1)