Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 8e447eb commit 64be9fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ group :test do
gem 'prosopite', '~> 1.4.2'
gem 'rspec-openapi', '~> 0.18'
gem 'rspec-retry', github: 'rootstrap/rspec-retry', branch: 'add-intermittent-callback'
gem 'selenium-webdriver', '~> 4.25.0'
gem 'selenium-webdriver', '~> 4.26.0'
gem 'shoulda-matchers', '~> 6.3'
gem 'simplecov', '~> 0.22.0', require: false
gem 'webmock', '~> 3.24'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ GEM
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
securerandom (0.3.1)
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 @@ -671,7 +671,7 @@ DEPENDENCIES
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.2)
rubocop-rspec_rails (~> 2.30.0)
selenium-webdriver (~> 4.25.0)
selenium-webdriver (~> 4.26.0)
sendgrid (~> 1.2.4)
shoulda-matchers (~> 6.3)
simplecov (~> 0.22.0)
Expand Down

0 comments on commit 64be9fd

Please sign in to comment.