From 5926fded4c316f5d8ab3f49218f78af8c4c71593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 03:07:08 +0000 Subject: [PATCH] Bump selenium-webdriver from 4.20.1 to 4.21.1 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.20.1 to 4.21.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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index eff86bab..51f3c1b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -378,7 +378,8 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -395,7 +396,7 @@ GEM rubyzip (2.3.2) selenium-devtools (0.124.0) selenium-webdriver (~> 4.2) - selenium-webdriver (4.20.1) + selenium-webdriver (4.21.1) base64 (~> 0.2) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) @@ -408,6 +409,7 @@ GEM concurrent-ruby (~> 1.0, >= 1.0.2) statsd-ruby (1.5.0) stringio (3.1.0) + strscan (3.1.0) sys-uname (1.2.3) ffi (~> 1.1) thor (1.3.1)