From 037524be16a0d9e05b90bf0188efcf9ecb2a520a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 09:32:43 +0000 Subject: [PATCH] build(deps-dev): update rubocop requirement from ~> 1.18.0 to ~> 1.25.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.25.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 20ef393361..1e62404321 100644 --- a/common/dependabot-common.gemspec +++ b/common/dependabot-common.gemspec @@ -41,7 +41,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.25.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"