From a441a55986f274d7203820fe159aefd5a18a223a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:38:16 +0000 Subject: [PATCH] Build(deps-dev): bump selenium-webdriver from 4.25.0 to 4.27.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.25.0 to 4.27.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.27.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3d127b50..8d842241 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :test do gem "compare-xml", "~>0.66" gem "rack-test", "~> 2.1.0" gem "rspec", "~>3.13" - gem "selenium-webdriver", "~> 4.25.0" + gem "selenium-webdriver", "~> 4.27.0" gem "timecop", "~> 0.9.10" gem "webdrivers", "~> 5.2.0" gem "webmock", "~> 3.23" diff --git a/Gemfile.lock b/Gemfile.lock index 914a065b..b9d9c0d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -160,7 +160,7 @@ GEM google-protobuf (~> 3.23) rake (>= 13.0.0) securerandom (0.3.1) - selenium-webdriver (4.25.0) + selenium-webdriver (4.27.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -228,7 +228,7 @@ DEPENDENCIES rspec (~> 3.13) rubocop-govuk (~> 5.0) rubocop-rspec (~> 3.0) - selenium-webdriver (~> 4.25.0) + selenium-webdriver (~> 4.27.0) sentry-ruby (~> 5.19) sinatra (~> 4.0) sinatra-contrib