From 4ac274790b4769a9f730c4703ad7a7eab436d6e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 23:59:10 +0000 Subject: [PATCH] chore(deps-dev): bump selenium-webdriver from 4.22.0 to 4.23.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.22.0 to 4.23.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.22.0...selenium-4.23.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 8d14d92e..3acda8ad 100644 --- a/Gemfile +++ b/Gemfile @@ -144,7 +144,7 @@ end group :test do # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing] gem "capybara" - gem "selenium-webdriver", "~> 4.22" + gem "selenium-webdriver", "~> 4.23" gem "rails-controller-testing", "~> 1.0", ">= 1.0.5" gem "webmock" gem "cuprite" diff --git a/Gemfile.lock b/Gemfile.lock index 191b5ec2..bc9873a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -582,7 +582,7 @@ GEM rufus-scheduler (3.9.1) fugit (~> 1.1, >= 1.1.6) scrub_rb (1.0.1) - selenium-webdriver (4.22.0) + selenium-webdriver (4.23.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -768,7 +768,7 @@ DEPENDENCIES rubocop-rails rubocop-rspec rufus-scheduler (~> 3.8) - selenium-webdriver (~> 4.22) + selenium-webdriver (~> 4.23) shoulda-matchers simplecov (~> 0.22.0) simplecov-json (~> 0.2.3)