From 7de054106358032f0f965ca435f126c860c6ae3f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 06:28:49 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.76.0 to ~> 1.6.0 in /common 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.76.0...v1.6.0) Signed-off-by: dependabot-preview[bot] --- common/dependabot-common.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/dependabot-common.gemspec b/common/dependabot-common.gemspec index 4689ffb2673..d969736a0fd 100644 --- a/common/dependabot-common.gemspec +++ b/common/dependabot-common.gemspec @@ -40,7 +40,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rspec", "~> 3.8" spec.add_development_dependency "rspec-its", "~> 1.2" spec.add_development_dependency "rspec_junit_formatter", "~> 0.4" - spec.add_development_dependency "rubocop", "~> 0.76.0" + spec.add_development_dependency "rubocop", "~> 1.6.0" spec.add_development_dependency "vcr", "~> 5.0" spec.add_development_dependency "webmock", "~> 3.4"