From 4f3da58d254851186a31e969a19661b4326daea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 17:06:46 +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 1c86056..237475a 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :development, :test do gem "dotenv-rails", "~> 2.7" # .env files # Start debugger with binding.b [https://github.com/ruby/debug] gem "debug", ">= 1.0.0" - gem "vcr", "~> 6.0" + gem "vcr", "~> 6.1" end gem "pg", "~> 1.3" diff --git a/Gemfile.lock b/Gemfile.lock index fe72ab7..3638d94 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,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) @@ -290,7 +290,7 @@ DEPENDENCIES twilio-ruby (~> 5.64) ulid (~> 1.3) validate_url (~> 1.0) - vcr (~> 6.0) + vcr (~> 6.1) webmock BUNDLED WITH