Bump selenium-webdriver from 4.13.1 to 4.16.0

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.13.1 to 4.16.0.
- [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/selenium-4.16.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>
This commit is contained in:
dependabot[bot]
2023-12-08 16:14:22 +00:00
committed by GitHub
parent 906f5c4066
commit 1bd73b25d7
2 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ group :test do
gem "email_spec", "~> 2.2.2"
gem "pdf-reader"
gem "rspec-rails", "~> 5.1.2"
gem "selenium-webdriver", "~> 4.13.1"
gem "selenium-webdriver", "~> 4.16.0"
gem "simplecov", "~> 0.22.0", require: false
gem "simplecov-lcov", "~> 0.8.0", require: false
end

View File

@@ -595,7 +595,7 @@ GEM
faraday (>= 0.17.3, < 3)
scss_lint (0.60.0)
sass (~> 3.5, >= 3.5.5)
selenium-webdriver (4.13.1)
selenium-webdriver (4.16.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
@@ -777,7 +777,7 @@ DEPENDENCIES
sassc-rails (~> 2.1.2)
savon (~> 2.14.0)
scss_lint (~> 0.60.0)
selenium-webdriver (~> 4.13.1)
selenium-webdriver (~> 4.16.0)
simplecov (~> 0.22.0)
simplecov-lcov (~> 0.8.0)
sitemap_generator (~> 6.3.0)