Skip to content

Commit

Permalink
Bump selenium-webdriver from 4.28.0 to 4.29.0
Browse files Browse the repository at this point in the history
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.28.0 to 4.29.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.28.0...selenium-4.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2025
1 parent 3ba0f41 commit 477afd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ group :test do
# Allow testing accessibility using Axe-core. Only available in JS feature tests
gem "axe-core-capybara", "~> 4.9"
gem "axe-core-rspec", "~> 4.8"
gem "selenium-webdriver", "~> 4.27"
gem "selenium-webdriver", "~> 4.29"
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ GEM
regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
rexml (3.4.0)
rexml (3.4.1)
rouge (4.5.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down Expand Up @@ -482,7 +482,7 @@ GEM
sass-embedded (1.85.0-x86_64-linux-musl)
google-protobuf (~> 4.29)
securerandom (0.4.1)
selenium-webdriver (4.28.0)
selenium-webdriver (4.29.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -608,7 +608,7 @@ DEPENDENCIES
rubocop-rails-omakase
rubocop-rspec
rubocop-rspec_rails
selenium-webdriver (~> 4.27)
selenium-webdriver (~> 4.29)
sentry-rails
sentry-ruby
shoulda-matchers
Expand Down

0 comments on commit 477afd0

Please sign in to comment.