From 1f29a924b3035cf0b8c103e6de946a3c5ff91f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 12:56:17 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.11.0 to 4.12.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.11.0 to 4.12.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.11.0...selenium-4.12.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 6fcd291f2..4d6ec41b5 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ group :test do gem "capybara-webmock", "~> 0.7.0" gem "email_spec", "~> 2.2.0" gem "rspec-rails", "~> 5.1.2" - gem "selenium-webdriver", "~> 4.11.0" + gem "selenium-webdriver", "~> 4.12.0" gem "simplecov", "~> 0.22.0", require: false gem "simplecov-lcov", "~> 0.8.0", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 5622d79d0..b834b399a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -573,7 +573,7 @@ GEM faraday (>= 0.17.3, < 3) scss_lint (0.60.0) sass (~> 3.5, >= 3.5.5) - selenium-webdriver (4.11.0) + selenium-webdriver (4.12.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -748,7 +748,7 @@ DEPENDENCIES sassc-rails (~> 2.1.2) savon (~> 2.14.0) scss_lint (~> 0.60.0) - selenium-webdriver (~> 4.11.0) + selenium-webdriver (~> 4.12.0) simplecov (~> 0.22.0) simplecov-lcov (~> 0.8.0) sitemap_generator (~> 6.3.0)