Bump selenium-webdriver from 4.29.1 to 4.30.1

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.29.1 to 4.30.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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-27 13:34:53 +00:00
committed by GitHub
parent 89354083ae
commit 44f480c496
2 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ group :test do
# Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior
# gem 'selenium' # Requires old version of selenium which is no longer available
gem 'geckodriver-helper', '~> 0.24.0'
gem 'selenium-webdriver', '~> 4.29'
gem 'selenium-webdriver', '~> 4.30'
# Note: nokogiri is needed by capybara which may require one of the below commands
# sudo apt-get install libxslt-dev libxml2-dev

View File

@@ -89,7 +89,7 @@ GEM
json (2.10.2)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
logger (1.6.6)
logger (1.7.0)
matrix (0.4.2)
maxmind-db (1.2.0)
method_source (1.1.0)
@@ -194,7 +194,7 @@ GEM
json
rest-client
securerandom (0.4.1)
selenium-webdriver (4.29.1)
selenium-webdriver (4.30.1)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
@@ -291,7 +291,7 @@ DEPENDENCIES
rubocop (~> 1.75.1)
rubyzip (~> 2.4)
rushover (~> 0.3.0)
selenium-webdriver (~> 4.29)
selenium-webdriver (~> 4.30)
sinatra (~> 3.2)
slack-notifier (~> 2.4)
sqlite3 (~> 2.6)