Skip to content

Commit

Permalink
Bump selenium-webdriver from 4.19.0 to 4.20.1 (#702)
Browse files Browse the repository at this point in the history
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.19.0 to 4.20.1.
- [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)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent cd261e5 commit 45c4126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -80,7 +80,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.19.0'
gem 'selenium-webdriver', '~> 4.20.1'
gem 'shoulda-matchers', '~> 6.2'
gem 'simplecov', '~> 0.22.0', require: false
gem 'webmock', '~> 3.23'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -553,7 +553,7 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
selenium-webdriver (4.19.0)
selenium-webdriver (4.20.1)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -667,7 +667,7 @@ DEPENDENCIES
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.29)
sass-rails (~> 6.0.0)
selenium-webdriver (~> 4.19.0)
selenium-webdriver (~> 4.20.1)
sendgrid (~> 1.2.4)
shoulda-matchers (~> 6.2)
simplecov (~> 0.22.0)
Expand Down

0 comments on commit 45c4126

Please sign in to comment.