From d3dd732eef88e8fac8efc463d8da1495488975f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 14:34:52 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.43.0 to 4.44.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.43.0 to 4.44.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.43.0...selenium-4.44.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-version: 4.44.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f9be03760..20e39b492 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ end group :test do # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing] gem "capybara", "~> 3.40" - gem "selenium-webdriver", "~> 4.41" + gem "selenium-webdriver", "~> 4.44" end diff --git a/Gemfile.lock b/Gemfile.lock index 56c35244d..c316b0334 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -502,7 +502,7 @@ GEM scoped_search (4.3.1) activerecord (>= 4.2.0) securerandom (0.4.1) - selenium-webdriver (4.43.0) + selenium-webdriver (4.44.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -665,7 +665,7 @@ DEPENDENCIES ruby_llm (~> 1.14) rubyzip (~> 3.0) scoped_search (~> 4.3) - selenium-webdriver (~> 4.41) + selenium-webdriver (~> 4.44) sentry-rails (~> 6.5) sentry-ruby (~> 6.5) slack-ruby-client (~> 3.0)