From 1b2845d126c771c522759be3678a610aab332c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:40:09 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.60.0 to >= 1.60, < 1.62 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.60.0...v1.61.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- voxpupuli-rubocop.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxpupuli-rubocop.gemspec b/voxpupuli-rubocop.gemspec index 2063a38..40700fe 100644 --- a/voxpupuli-rubocop.gemspec +++ b/voxpupuli-rubocop.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 2.7.0' s.add_runtime_dependency 'rake', '~> 13.0', '>= 13.0.6' - s.add_runtime_dependency 'rubocop', '~> 1.60.0' + s.add_runtime_dependency 'rubocop', '>= 1.60', '< 1.62' s.add_runtime_dependency 'rubocop-minitest', '~> 0.34.1' s.add_runtime_dependency 'rubocop-performance', '~> 1.20.0' s.add_runtime_dependency 'rubocop-rake', '~> 0.6.0'