From 8f20d36ff0298a58bd23aef41d70861e1dda1d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 11:45:36 +0000 Subject: [PATCH] build(deps-dev): update rubocop requirement from ~> 1.18.0 to ~> 1.22.1 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/v1.18.0...v1.22.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[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 a008717de44..b989d7dc96f 100644 --- a/common/dependabot-common.gemspec +++ b/common/dependabot-common.gemspec @@ -40,7 +40,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rake", "~> 13" spec.add_development_dependency "rspec", "~> 3.8" spec.add_development_dependency "rspec-its", "~> 1.2" - spec.add_development_dependency "rubocop", "~> 1.18.0" + spec.add_development_dependency "rubocop", "~> 1.22.1" spec.add_development_dependency "simplecov", "~> 0.21.0" spec.add_development_dependency "simplecov-console", "~> 0.9.1" spec.add_development_dependency "stackprof", "~> 0.2.16"