From 2b12e4875a20ee6bcabaf9764f9d98a6b19366d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 18:40:15 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.20.1 to 4.21.1 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.20.1 to 4.21.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/commits) --- 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 70660a2e8d..60fbbc729e 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ group :test do # Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior # gem 'selenium' # Requires old version of selenium which is no longer available gem 'geckodriver-helper', '~> 0.24.0' - gem 'selenium-webdriver', '~> 4.20' + gem 'selenium-webdriver', '~> 4.21' # Note: nokogiri is needed by capybara which may require one of the below commands # sudo apt-get install libxslt-dev libxml2-dev diff --git a/Gemfile.lock b/Gemfile.lock index 7ef744c52c..8529a30d12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,7 +186,7 @@ GEM rushover (0.3.0) json rest-client - selenium-webdriver (4.20.1) + selenium-webdriver (4.21.1) base64 (~> 0.2) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) @@ -282,7 +282,7 @@ DEPENDENCIES rubocop (~> 1.63.5) rubyzip (~> 2.3) rushover (~> 0.3.0) - selenium-webdriver (~> 4.20) + selenium-webdriver (~> 4.21) sinatra (~> 3.2) slack-notifier (~> 2.4) sqlite3 (~> 1.4)