Skip to content

Commit

Permalink
build(deps-dev): bump selenium-webdriver from 4.25.0 to 4.26.0
Browse files Browse the repository at this point in the history
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.25.0 to 4.26.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.25.0...selenium-4.26.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 Nov 4, 2024
1 parent c7388b3 commit ff42457
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 @@ -36,5 +36,5 @@ end
group :test do
gem 'capybara', '~> 3.26'
gem 'minitest-stub_any_instance', '~> 1.0'
gem 'selenium-webdriver', '~> 4.25'
gem 'selenium-webdriver', '~> 4.26'
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ GEM
regexp_parser (2.9.2)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.7)
rexml (3.3.9)
rollbar (3.6.0)
rubocop (1.67.0)
json (~> 2.3)
Expand Down Expand Up @@ -269,7 +269,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.25.0)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -345,7 +345,7 @@ DEPENDENCIES
rubocop (~> 1.67)
rubocop-rails (~> 2.27)
sassc-rails (~> 2.0)
selenium-webdriver (~> 4.25)
selenium-webdriver (~> 4.26)
sqlite3 (>= 1.4)
stimulus-rails (~> 1.3)
web-console (~> 4.2, >= 4.2.1)
Expand Down

0 comments on commit ff42457

Please sign in to comment.