From b8aaabc9f035700d4e0e805c50b3d2e075902ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 16 Jan 2019 16:42:10 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.59.1 to ~> 0.63.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.63.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..431fc5b 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.63.0' end