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:
parent
ba9fe4f3cc
commit
3222dd1b55
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue