From 7c5cf2c016ad0fc2b9ad9394e942d6b46d9fd94a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 15:13:11 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.50 to ~> 1.2 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.2.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..86cf007 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.2' spec.add_development_dependency 'webmock', '~> 3.0' end