From 33287d709b058a7851250b055fcdcebdc8bd9fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 6 Dec 2018 06:56:14 +0000 Subject: [PATCH] Update rubocop requirement from = 0.60.0 to = 0.61.0 Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/commits/v0.61.0) Signed-off-by: dependabot[bot] --- gemstash.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemstash.gemspec b/gemstash.gemspec index 8e45180e..7cd7a808 100644 --- a/gemstash.gemspec +++ b/gemstash.gemspec @@ -58,5 +58,5 @@ you push your own private gems as well." spec.add_development_dependency "rack-test", "~> 1.1" spec.add_development_dependency "rake", "~> 12.3" spec.add_development_dependency "rspec", "~> 3.3" - spec.add_development_dependency "rubocop", "= 0.60.0" + spec.add_development_dependency "rubocop", "= 0.61.0" end