Bump selenium-webdriver from 4.33.0 to 4.34.0

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.33.0 to 4.34.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.33.0...selenium-4.34.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-version: 4.34.0
  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-06-30 16:26:38 +00:00
committed by GitHub
parent e8a732d4cc
commit e423771eaa
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.33'
gem 'selenium-webdriver', '~> 4.34'
# Note: nokogiri is needed by capybara which may require one of the below commands
# sudo apt-get install libxslt-dev libxml2-dev

View File

@@ -32,7 +32,7 @@ GEM
async-dns (1.4.1)
async
io-endpoint
base64 (0.2.0)
base64 (0.3.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
browserstack-local (1.4.3)
@@ -196,7 +196,7 @@ GEM
json
rest-client
securerandom (0.4.1)
selenium-webdriver (4.33.0)
selenium-webdriver (4.34.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
@@ -293,7 +293,7 @@ DEPENDENCIES
rubocop (~> 1.77.0)
rubyzip (~> 2.4)
rushover (~> 0.3.0)
selenium-webdriver (~> 4.33)
selenium-webdriver (~> 4.34)
sinatra (~> 3.2)
slack-notifier (~> 2.4)
sqlite3 (~> 2.7)