From 3222dd1b554a6dc85aaba6e7d7224d02fd5bcf7b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 10:44:18 -0500 Subject: [PATCH] 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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b1f4ea9c8..fd0e7729d 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 9ee923282..89243bb11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)