From 9a21bf4a3d4eeb527555b4a76d202982fc46e039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 6 Dec 2018 08:20:52 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.59.1 to ~> 0.61.1 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.1) Signed-off-by: dependabot[bot] --- feedly_api.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feedly_api.gemspec b/feedly_api.gemspec index e69ddd3..437437e 100644 --- a/feedly_api.gemspec +++ b/feedly_api.gemspec @@ -22,5 +22,5 @@ Gem::Specification.new do |s| s.add_development_dependency 'rake', '~> 12.3', '>= 12.3.1' s.add_development_dependency 'reek', '~> 4.8', '>= 4.8.2' s.add_development_dependency 'rspec', '~> 3.8' - s.add_development_dependency 'rubocop', '~> 0.59.1' + s.add_development_dependency 'rubocop', '~> 0.61.1' end