From 78e69749c72b3a34585168e0c63108fa66bcdd63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 18:49:42 +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 | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index db6fea1..0b46a31 100644 --- a/Gemfile +++ b/Gemfile @@ -9,5 +9,5 @@ gem 'capybara', '~> 3.40' gem 'cucumber', '~> 9.2' gem 'pry', '~> 0.14.2' gem 'rspec', '~> 3.13' -gem 'selenium-webdriver', '~> 4.20' +gem 'selenium-webdriver', '~> 4.21' gem 'solargraph', '~> 0.50.0' diff --git a/Gemfile.lock b/Gemfile.lock index cea9675..ec900a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,7 +103,8 @@ GEM require_all (3.0.0) reverse_markdown (2.1.1) nokogiri - 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) @@ -132,7 +133,7 @@ GEM parser (>= 3.2.1.0) ruby-progressbar (1.13.0) rubyzip (2.3.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) @@ -153,6 +154,7 @@ GEM thor (~> 1.0) tilt (~> 2.0) yard (~> 0.9, >= 0.9.24) + strscan (3.1.0) sys-uname (1.2.3) ffi (~> 1.1) systemu (2.6.5) @@ -178,7 +180,7 @@ DEPENDENCIES cucumber (~> 9.2) pry (~> 0.14.2) rspec (~> 3.13) - selenium-webdriver (~> 4.20) + selenium-webdriver (~> 4.21) solargraph (~> 0.50.0) BUNDLED WITH