Bump selenium-webdriver from 4.11.0 to 4.12.0

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.11.0 to 4.12.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/compare/selenium-4.11.0...selenium-4.12.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-09-01 12:56:17 +00:00
committed by GitHub
parent 38f400179b
commit 1f29a924b3
2 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ group :test do
gem "capybara-webmock", "~> 0.7.0"
gem "email_spec", "~> 2.2.0"
gem "rspec-rails", "~> 5.1.2"
gem "selenium-webdriver", "~> 4.11.0"
gem "selenium-webdriver", "~> 4.12.0"
gem "simplecov", "~> 0.22.0", require: false
gem "simplecov-lcov", "~> 0.8.0", require: false
end

View File

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