From 5c9afd2df52c07172e65f035f05fdb11579d4980 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 19:33:28 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.50 to ~> 1.11 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v0.50.0...v1.11.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..e6a4e16 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.11' spec.add_development_dependency 'webmock', '~> 3.0' end