From 4db7c9bdd37113dc96c0a1b8eb8397ab4097fadf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:49:16 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.23.0 to 4.24.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.23.0 to 4.24.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.23.0...selenium-4.24.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 8b4199364c..704e284514 100644 --- a/Gemfile +++ b/Gemfile @@ -154,7 +154,7 @@ group :development, :test do # Adds support for Capybara system testing and selenium driver gem 'capybara', '~> 3.40.0' - gem 'selenium-webdriver', '~> 4.23.0' + gem 'selenium-webdriver', '~> 4.24.0' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index b2dffa584e..40239cc9f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -263,7 +263,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.0) + logger (1.6.1) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -479,7 +479,7 @@ GEM ruby2_keywords (0.0.5) rubyzip (2.3.2) securerandom (0.3.1) - selenium-webdriver (4.23.0) + selenium-webdriver (4.24.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -633,7 +633,7 @@ DEPENDENCIES rubocop-rails (~> 2.26.0) ruby-saml (~> 1.16.0) rubyzip (~> 2.3.2) - selenium-webdriver (~> 4.23.0) + selenium-webdriver (~> 4.24.0) simplecov (~> 0.22.0) simplecov-cobertura (~> 2.1.0) slack-notifier (~> 2.4.0)