From 03418eb0ab94b16a3419d39d31e8c2b7c27ddfc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:31:18 +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 | 10 ++++------ 2 files changed, 5 insertions(+), 7 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..5897c3b7fd 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) @@ -441,8 +441,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.6) - strscan + rexml (3.3.7) rouge (4.3.0) rubocop (1.65.1) json (~> 2.3) @@ -479,7 +478,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) @@ -516,7 +515,6 @@ GEM net-ssh (>= 2.8.0) stackprof (0.2.26) stringio (3.1.1) - strscan (3.1.0) swd (2.0.3) activesupport (>= 3) attr_required (>= 0.0.5) @@ -633,7 +631,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)