From a2b53d064bf5e38bc4e90c4149acf740cc3e8d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 09:15:30 +0000 Subject: [PATCH] Update vcr requirement from ~> 3.0.1 to ~> 6.1.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/v3.0.1...v6.1.0) --- updated-dependencies: - dependency-name: vcr dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- greenhouse_io.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greenhouse_io.gemspec b/greenhouse_io.gemspec index 9375b03..cefbfd8 100644 --- a/greenhouse_io.gemspec +++ b/greenhouse_io.gemspec @@ -28,5 +28,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" - spec.add_development_dependency "vcr", "~> 3.0.1" + spec.add_development_dependency "vcr", "~> 6.1.0" end