From e693f04383a47cc7c5579e5486800ff933d8f7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 10 Feb 2019 13:57:21 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.59.1 to ~> 0.64.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.64.0) 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..fd793b4 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.64.0' end