From 5deae435284645ea507bb91e061655ab5f7b143d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 15:11:58 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.50 to ~> 1.3 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/compare/v0.50.0...v1.3.0) Signed-off-by: dependabot-preview[bot] --- github_records_archiver.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_records_archiver.gemspec b/github_records_archiver.gemspec index 34ce1a6..e066c4d 100644 --- a/github_records_archiver.gemspec +++ b/github_records_archiver.gemspec @@ -34,6 +34,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'pry', '~> 0.10' spec.add_development_dependency 'rake', '~> 10.0' spec.add_development_dependency 'rspec', '~> 3.0' - spec.add_development_dependency 'rubocop', '~> 0.50' + spec.add_development_dependency 'rubocop', '~> 1.3' spec.add_development_dependency 'webmock', '~> 3.0' end