From 9bd673ad79e72f3138b7cea808a74eb9ed3426c7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 10:00:19 -0500 Subject: [PATCH] Bump webdrivers from 4.1.3 to 4.2.0 (#5288) --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1bd85e570..a8829f137 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index a7cac948f..885550634 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)