From d090ebf026bdedb0b052636d74f399cbc35a6c61 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 09:37:34 -0500 Subject: [PATCH] Bump vcr from 5.0.0 to 5.1.0 (#5995) Bumps [vcr](https://github.com/vcr/vcr) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/vcr/vcr/releases) - [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md) - [Commits](https://github.com/vcr/vcr/compare/v5.0.0...v5.1.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 0bb2bd54c..9c724c7bd 100644 --- a/Gemfile +++ b/Gemfile @@ -155,7 +155,7 @@ group :test do gem "stripe-ruby-mock", "~> 2.5", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers 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 "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 "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 diff --git a/Gemfile.lock b/Gemfile.lock index ca5445191..c0b6f4c08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -826,7 +826,7 @@ GEM validate_url (1.0.8) activemodel (>= 3.0.0) public_suffix - vcr (5.0.0) + vcr (5.1.0) virtus (1.0.5) axiom-types (~> 0.1) coercible (~> 1.0) @@ -1004,7 +1004,7 @@ DEPENDENCIES uglifier (~> 4.2) ulid (~> 1.1) validate_url (~> 1.0) - vcr (~> 5.0) + vcr (~> 5.1) web-console (~> 3.7) webdrivers (~> 4.2) webmock (~> 3.8)