From ac6358039b4f6b3b321b98bb82db21a218d9add2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Dec 2020 15:13:22 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.50 to ~> 1.7 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.7.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..76f1a8e 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.7' spec.add_development_dependency 'webmock', '~> 3.0' end