From 872e226dcbf472ad069f40a053be82aee9724132 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 15:13:47 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.50 to ~> 1.9 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.9.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..8465363 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.9' spec.add_development_dependency 'webmock', '~> 3.0' end