From 9977ea69eafea88d9ff80616bea9a46bb95d0ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 04:21:07 +0000 Subject: [PATCH] build(deps-dev): bump selenium-webdriver from 4.17.0 to 4.18.1 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.17.0 to 4.18.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/compare/selenium-4.17.0...selenium-4.18.1) --- 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 6d28b858..43365083 100644 --- a/Gemfile +++ b/Gemfile @@ -136,7 +136,7 @@ end group :test do # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing] gem "capybara" - gem "selenium-webdriver", "~> 4.17" + gem "selenium-webdriver", "~> 4.18" gem "database_cleaner-active_record" gem "rails-controller-testing", "~> 1.0", ">= 1.0.5" gem "webmock" diff --git a/Gemfile.lock b/Gemfile.lock index 17a47b08..b01323f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -479,7 +479,7 @@ GEM ruby-statistics (3.0.2) rubyzip (2.3.2) scrub_rb (1.0.1) - selenium-webdriver (4.17.0) + selenium-webdriver (4.18.1) base64 (~> 0.2) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) @@ -648,7 +648,7 @@ DEPENDENCIES rubocop-performance rubocop-rails rubocop-rspec - selenium-webdriver (~> 4.17) + selenium-webdriver (~> 4.18) shoulda-matchers simplecov (~> 0.22.0) simplecov-json (~> 0.2.3)