From 1574feac1f10b731cf7413011e661391f37a537e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:44:31 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.12.0 to 4.13.1 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.12.0 to 4.13.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/commits) --- 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 d51e3fd2..f6e01af5 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ group :test do # Adds support for Capybara system testing and selenium driver gem 'capybara', '>= 2.15' gem 'capybara-selenium', '~> 0.0.6' - gem 'selenium-webdriver', '~> 4.12.0' + gem 'selenium-webdriver', '~> 4.13.1' end group :production do diff --git a/Gemfile.lock b/Gemfile.lock index 6dc6cbcc..23e047c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -292,7 +292,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt - selenium-webdriver (4.12.0) + selenium-webdriver (4.13.1) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -389,7 +389,7 @@ DEPENDENCIES rspec_junit_formatter rubocop sass-rails (~> 6.0) - selenium-webdriver (~> 4.12.0) + selenium-webdriver (~> 4.13.1) simplecov spring spring-watcher-listen (~> 2.1.0)