From 0ab9f2a5ecb9d870f9096ff307f3119587b257d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 10:13:15 +0000 Subject: [PATCH] Update vcr requirement from ~> 4.0 to ~> 6.0 Updates the requirements on [vcr](https://github.com/vcr/vcr) to permit the latest version. - [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/v4.0.0...v6.0.0) Signed-off-by: dependabot-preview[bot] --- we-call.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/we-call.gemspec b/we-call.gemspec index 78291a8..96e166b 100644 --- a/we-call.gemspec +++ b/we-call.gemspec @@ -33,5 +33,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rspec", "~> 3.5" spec.add_development_dependency "simplecov", '~> 0.15' spec.add_development_dependency "hashie", "~> 3.5" - spec.add_development_dependency "vcr", '~> 4.0' + spec.add_development_dependency "vcr", '~> 6.0' end