From a27b0a034f51cd3ab8dd51a3c2148beb9daecd27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:39:12 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.26.0 to 4.27.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.26.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.26.0...selenium-4.27.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:production 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 5b3b0e0..04008c0 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby '3.3.6' gem 'capybara', '~> 3.40.0' gem 'cucumber', '~> 9.2.0' gem 'rspec', '~> 3.13.0' -gem 'selenium-webdriver', '~> 4.26.0' +gem 'selenium-webdriver', '~> 4.27.0' gem 'site_prism', '~> 5.0' gem 'axe-core-capybara', '>= 4.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index a08b243..a6a7b67 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,7 +145,7 @@ GEM ruby-progressbar (1.13.0) rubyzip (2.3.2) securerandom (0.3.1) - selenium-webdriver (4.26.0) + selenium-webdriver (4.27.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -191,7 +191,7 @@ DEPENDENCIES rubocop (~> 1.68) rubocop-capybara (~> 2.20) rubocop-rspec (~> 3.2) - selenium-webdriver (~> 4.26.0) + selenium-webdriver (~> 4.27.0) site_prism (~> 5.0) RUBY VERSION