From 7551cfbd458c92863eab477a64d33ddc352e4b82 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 08:26:35 -0500 Subject: [PATCH] Bump webmock from 3.7.6 to 3.8.0 (#5605) Bumps [webmock](https://github.com/bblimke/webmock) from 3.7.6 to 3.8.0. - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.7.6...v3.8.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d3d56950a..21ad8ad2c 100644 --- a/Gemfile +++ b/Gemfile @@ -162,7 +162,7 @@ group :test do 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.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 "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 c74464174..746d372eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -844,7 +844,7 @@ GEM nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (>= 3.0, < 4.0) - webmock (3.7.6) + webmock (3.8.0) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -1009,7 +1009,7 @@ DEPENDENCIES vcr (~> 5.0) web-console (~> 3.7) webdrivers (~> 4.2) - webmock (~> 3.7) + webmock (~> 3.8) webpacker (~> 3.5) yard (~> 0.9.24) yard-activerecord (~> 0.0.16)