Bump webdrivers from 3.9.1 to 4.0.1 (#3198) [ci skip]

Bumps [webdrivers](https://github.com/titusfortner/webdrivers) from 3.9.1 to 4.0.1.
- [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/v3.9.1...v4.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-06-17 13:40:57 -04:00 committed by Mac Siri
parent 0e27320b3a
commit cef523b2c8
2 changed files with 5 additions and 5 deletions

View file

@ -152,7 +152,7 @@ group :test do
gem "test-prof", "~> 0.9" # 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.0" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
gem "webdrivers", "~> 3.9" # Run Selenium tests more easily with install and updates for all supported webdrivers
gem "webdrivers", "~> 4.0" # Run Selenium tests more easily with install and updates for all supported webdrivers
gem "webmock", "~> 3.6" # 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

@ -690,7 +690,7 @@ GEM
sdoc (1.0.0)
rdoc (>= 5.0)
selectize-rails (0.12.6)
selenium-webdriver (3.142.2)
selenium-webdriver (3.142.3)
childprocess (>= 0.5, < 2.0)
rubyzip (~> 1.2, >= 1.2.2)
serviceworker-rails (0.5.5)
@ -799,10 +799,10 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webdrivers (3.9.1)
webdrivers (4.0.1)
nokogiri (~> 1.6)
rubyzip (~> 1.0)
selenium-webdriver (~> 3.0)
selenium-webdriver (>= 3.0, < 4.0)
webmock (3.6.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
@ -959,7 +959,7 @@ DEPENDENCIES
validate_url (~> 1.0)
vcr (~> 5.0)
web-console (~> 3.7)
webdrivers (~> 3.9)
webdrivers (~> 4.0)
webmock (~> 3.6)
webpacker (~> 3.5)
webpush (~> 0.3)