summaryrefslogtreecommitdiff
path: root/net-hippie.gemspec
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-28 12:15:18 +0000
committerGitHub <noreply@github.com>2020-05-28 12:15:18 +0000
commitc109f8c4e15c9dd43ab034a7511537eac5dc920e (patch)
tree7bfe99c771dc72516eef81712a1feea28ea8ff55 /net-hippie.gemspec
parent66a105569df225f5c1a7c0fe4229fc276f4ea584 (diff)
Update vcr requirement from ~> 5.1 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/v5.1.0...v6.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'net-hippie.gemspec')
-rw-r--r--net-hippie.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-hippie.gemspec b/net-hippie.gemspec
index 894fa8a..93d040b 100644
--- a/net-hippie.gemspec
+++ b/net-hippie.gemspec
@@ -26,6 +26,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'minitest', '~> 5.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rubocop', '~> 0.55'
- spec.add_development_dependency 'vcr', '~> 5.1'
+ spec.add_development_dependency 'vcr', '~> 6.0'
spec.add_development_dependency 'webmock', '~> 3.4'
end