From d3d3647f8759cf35787100fcc232cf00e3e22afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 05:30:15 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.7.1 to 4.8.1 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.7.1 to 4.8.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/selenium-4.8.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 2a5af6c6..4d88e309 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ group :test do # System tests gem 'capybara' - gem 'selenium-webdriver', '~> 4.7.0' + gem 'selenium-webdriver', '~> 4.8.1' gem 'webdrivers' gem 'pry-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 9330b06f..97330e49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -242,7 +242,7 @@ GEM ffi (~> 1.12) ruby2_keywords (0.0.5) rubyzip (2.3.2) - selenium-webdriver (4.7.1) + selenium-webdriver (4.8.1) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -299,7 +299,7 @@ DEPENDENCIES pry-rails puma rails-controller-testing - selenium-webdriver (~> 4.7.0) + selenium-webdriver (~> 4.8.1) simplecov spina! webdrivers