Bump selenium-webdriver from 4.29.1 to 4.33.0

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

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-version: 4.33.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-10 14:23:17 +00:00
committed by GitHub
parent fbeae4f95e
commit e6d1d80de1
2 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ group :test do
gem "email_spec", "~> 2.3.0"
gem "pdf-reader", "~> 2.14.1"
gem "rspec-rails", "~> 7.1.1"
gem "selenium-webdriver", "~> 4.29.1"
gem "selenium-webdriver", "~> 4.33.0"
gem "simplecov", "~> 0.22.0", require: false
gem "simplecov-lcov", "~> 0.8.0", require: false
end