From c1da68a4f78d7f61a6009c6cf5695fa2707253dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:18:44 -0300 Subject: [PATCH] Bump selenium-webdriver from 4.26.0 to 4.27.0 (#906) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index eb884e09..ac6bd8bb 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ group :test do gem 'prosopite', '~> 1.4.2' gem 'rspec-openapi', '~> 0.18' gem 'rspec-retry', github: 'rootstrap/rspec-retry', branch: 'add-intermittent-callback' - gem 'selenium-webdriver', '~> 4.26.0' + gem 'selenium-webdriver', '~> 4.27.0' gem 'shoulda-matchers', '~> 6.3' gem 'simplecov', '~> 0.22.0', require: false gem 'webmock', '~> 3.24' diff --git a/Gemfile.lock b/Gemfile.lock index 8c2f4e26..5a0240dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -554,7 +554,7 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) securerandom (0.3.2) - selenium-webdriver (4.26.0) + selenium-webdriver (4.27.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -671,7 +671,7 @@ DEPENDENCIES rubocop-rake (~> 0.6.0) rubocop-rspec (~> 3.2) rubocop-rspec_rails (~> 2.30.0) - selenium-webdriver (~> 4.26.0) + selenium-webdriver (~> 4.27.0) sendgrid (~> 1.2.4) shoulda-matchers (~> 6.3) simplecov (~> 0.22.0)