Bump webdrivers from 4.6.1 to 4.7.0 (#15087)

Bumps [webdrivers](https://github.com/titusfortner/webdrivers) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/titusfortner/webdrivers/releases)
- [Changelog](https://github.com/titusfortner/webdrivers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/titusfortner/webdrivers/compare/v4.6.1...v4.7.0)

---
updated-dependencies:
- dependency-name: webdrivers
  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>
This commit is contained in:
dependabot[bot] 2021-10-15 15:45:14 -04:00 committed by GitHub
parent 34a61abdca
commit 4aa5786e96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 7 deletions

View file

@ -168,7 +168,7 @@ group :test do
gem "test-prof", "~> 1.0" # Ruby Tests Profiling Toolbox
gem "timecop", "~> 0.9" # A gem providing "time travel" and "time freezing" capabilities, making it dead simple to test time-dependent code
gem "vcr", "~> 6.0" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
gem "webdrivers", "~> 4.6" # Run Selenium tests more easily with install and updates for all supported webdrivers
gem "webdrivers", "~> 4.7" # Run Selenium tests more easily with install and updates for all supported webdrivers
gem "webmock", "~> 3.14", require: false # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
gem "with_model", "~> 2.1.5" # Dynamically build a model within an RSpec context
gem "zonebie", "~> 0.6.1" # Runs your tests in a random timezone

View file

@ -153,7 +153,7 @@ GEM
carrierwave
fastimage
chartkick (4.0.5)
childprocess (3.0.0)
childprocess (4.1.0)
cloudinary (1.21.0)
aws_cf_signer
rest-client (>= 2.0.0)
@ -732,8 +732,9 @@ GEM
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
sax-machine (1.3.2)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
selenium-webdriver (4.0.0)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
semantic_range (3.0.0)
sexp_processor (4.15.3)
@ -839,10 +840,10 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (4.6.1)
webdrivers (4.7.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
selenium-webdriver (> 3.141, < 5.0)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
@ -1019,7 +1020,7 @@ DEPENDENCIES
view_component (~> 2.40)
wcag_color_contrast (~> 0.1)
web-console (~> 4.1)
webdrivers (~> 4.6)
webdrivers (~> 4.7)
webmock (~> 3.14)
webpacker (~> 5.4.3)
with_model (~> 2.1.5)

Binary file not shown.

BIN
vendor/cache/childprocess-4.1.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/webdrivers-4.7.0.gem vendored Normal file

Binary file not shown.