From bd9ded438083f3549fb3dd980570bdbd11f0fef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 14:26:37 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.9.1 to 4.10.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.9.1 to 4.10.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.9.1...selenium-4.10.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 ea39ac6373..986ad6826f 100644 --- a/Gemfile +++ b/Gemfile @@ -157,7 +157,7 @@ group :development, :test do # Adds support for Capybara system testing and selenium driver gem 'capybara', '~> 3.39.2' - gem 'selenium-webdriver', '~> 4.9.1' + gem 'selenium-webdriver', '~> 4.10.0' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index cc8e481e8f..d5b9b90726 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -425,7 +425,7 @@ GEM ffi (~> 1.12) ruby2_keywords (0.0.5) rubyzip (2.3.2) - selenium-webdriver (4.9.1) + selenium-webdriver (4.10.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -579,7 +579,7 @@ DEPENDENCIES rubocop-rails (~> 2.19.1) ruby-saml (~> 1.15.0) rubyzip (~> 2.3.2) - selenium-webdriver (~> 4.9.1) + selenium-webdriver (~> 4.10.0) simplecov (~> 0.22.0) simplecov-cobertura (~> 2.1.0) slack-notifier (~> 2.4.0)