Bump selenium-webdriver from 4.19.0 to 4.20.1

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>
This commit is contained in:
dependabot[bot]
2024-04-26 13:02:19 +00:00
committed by GitHub
parent 4269c80668
commit 0cc3347a7b
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ group :test do
# Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior
# gem 'selenium' # Requires old version of selenium which is no longer available
gem 'geckodriver-helper', '~> 0.24.0'
gem 'selenium-webdriver', '~> 4.19'
gem 'selenium-webdriver', '~> 4.20'
# Note: nokogiri is needed by capybara which may require one of the below commands
# sudo apt-get install libxslt-dev libxml2-dev

View File

@@ -185,7 +185,7 @@ GEM
rushover (0.3.0)
json
rest-client
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)
@@ -280,7 +280,7 @@ DEPENDENCIES
rubocop (~> 1.63.2)
rubyzip (~> 2.3)
rushover (~> 0.3.0)
selenium-webdriver (~> 4.19)
selenium-webdriver (~> 4.20)
sinatra (~> 3.2)
slack-notifier (~> 2.4)
sqlite3 (~> 1.7)