From e82633142543673bddcc61bff3e5c9da54e1e2c9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 2 Dec 2024 13:48:11 +0000
Subject: [PATCH] Bump selenium-webdriver from 4.26.0 to 4.27.0

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.26.0 to 4.27.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.26.0...selenium-4.27.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Gemfile      | 2 +-
 Gemfile.lock | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Gemfile b/Gemfile
index 8577432941..ec3b5104b3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -154,7 +154,7 @@ group :development, :test do
 
   # Adds support for Capybara system testing and selenium driver
   gem 'capybara', '~> 3.40.0'
-  gem 'selenium-webdriver', '~> 4.26.0'
+  gem 'selenium-webdriver', '~> 4.27.0'
 end
 
 group :test do
diff --git a/Gemfile.lock b/Gemfile.lock
index 77410aef9c..6fdc613a09 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -267,7 +267,7 @@ GEM
     listen (3.9.0)
       rb-fsevent (~> 0.10, >= 0.10.3)
       rb-inotify (~> 0.9, >= 0.9.10)
-    logger (1.6.1)
+    logger (1.6.2)
     loofah (2.23.1)
       crass (~> 1.0.2)
       nokogiri (>= 1.12.0)
@@ -482,7 +482,7 @@ GEM
     ruby2_keywords (0.0.5)
     rubyzip (2.3.2)
     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)
@@ -636,7 +636,7 @@ DEPENDENCIES
   rubocop-rails (~> 2.27.0)
   ruby-saml (~> 1.17.0)
   rubyzip (~> 2.3.2)
-  selenium-webdriver (~> 4.26.0)
+  selenium-webdriver (~> 4.27.0)
   simplecov (~> 0.22.0)
   simplecov-cobertura (~> 2.1.0)
   slack-notifier (~> 2.4.0)