Bump webdrivers from 4.2.0 to 4.3.0 (#7332)

Bumps [webdrivers](https://github.com/titusfortner/webdrivers) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/titusfortner/webdrivers/releases)
- [Changelog](https://github.com/titusfortner/webdrivers/blob/master/CHANGELOG.md)
- [Commits](https://github.com/titusfortner/webdrivers/compare/v4.2.0...v4.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-16 10:44:18 -05:00 committed by GitHub
parent ba9fe4f3cc
commit 3222dd1b55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -156,7 +156,7 @@ group :test do
gem "test-prof", "~> 0.11" # 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", "~> 5.1" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
gem "webdrivers", "~> 4.2" # Run Selenium tests more easily with install and updates for all supported webdrivers
gem "webdrivers", "~> 4.3" # Run Selenium tests more easily with install and updates for all supported webdrivers
gem "webmock", "~> 3.8" # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests
gem "zonebie", "~> 0.6.1" # Runs your tests in a random timezone
end

View file

@ -812,7 +812,7 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webdrivers (4.2.0)
webdrivers (4.3.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
@ -980,7 +980,7 @@ DEPENDENCIES
validate_url (~> 1.0)
vcr (~> 5.1)
web-console (~> 3.7)
webdrivers (~> 4.2)
webdrivers (~> 4.3)
webmock (~> 3.8)
webpacker (~> 5.0.1)
yard (~> 0.9.24)