From 5eef13c5c0a81ee538c8c82b992c3317ed0ab8d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 02:00:42 +0000 Subject: [PATCH] Bump vcr from 6.0.0 to 6.1.0 Bumps [vcr](https://github.com/vcr/vcr) from 6.0.0 to 6.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/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: vcr dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 83f2421..b399928 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ group :development, :test do # Start debugger with binding.b [https://github.com/ruby/debug] gem "debug", ">= 1.0.0" gem "standard", "1.12.0" - gem "vcr", "~> 6.0" + gem "vcr", "~> 6.1" end gem "pg", "~> 1.3" diff --git a/Gemfile.lock b/Gemfile.lock index ecda0d3..cdbe7b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,7 +260,7 @@ GEM validate_url (1.0.13) activemodel (>= 3.0.0) public_suffix - vcr (6.0.0) + vcr (6.1.0) webmock (3.14.0) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -288,7 +288,7 @@ DEPENDENCIES twilio-ruby (~> 5.64) ulid (~> 1.3) validate_url (~> 1.0) - vcr (~> 6.0) + vcr (~> 6.1) webmock BUNDLED WITH