Bump webdrivers from 4.1.3 to 4.2.0 (#5288)

This commit is contained in:
dependabot-preview[bot] 2019-12-30 10:00:19 -05:00 committed by Mac Siri
parent 4a52f7a13c
commit 9bd673ad79
2 changed files with 4 additions and 4 deletions

View file

@ -157,7 +157,7 @@ group :test do
gem "test-prof", "~> 0.10" # 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", "~> 4.1" # Run Selenium tests more easily with install and updates for all supported webdrivers
gem "webdrivers", "~> 4.2" # Run Selenium tests more easily with install and updates for all supported webdrivers
gem "webmock", "~> 3.7" # 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

@ -720,7 +720,7 @@ GEM
sdoc (1.0.0)
rdoc (>= 5.0)
selectize-rails (0.12.6)
selenium-webdriver (3.142.6)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
shellany (0.0.1)
@ -829,7 +829,7 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webdrivers (4.1.3)
webdrivers (4.2.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
@ -995,7 +995,7 @@ DEPENDENCIES
validate_url (~> 1.0)
vcr (~> 5.0)
web-console (~> 3.7)
webdrivers (~> 4.1)
webdrivers (~> 4.2)
webmock (~> 3.7)
webpacker (~> 3.5)
yard (~> 0.9.20)