From 0a4449812d001911344d8a3d1fd3b5a017033f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 22 Jan 2019 03:03:57 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.59.1 to ~> 0.63.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.63.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..334528f 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.1' end