From ba4a7190a078a98952d08756cab44ae92a14d4c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:13:05 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.64.0 to >= 1.64, < 1.82 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.64.0...v1.81.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- theforeman-rubocop.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theforeman-rubocop.gemspec b/theforeman-rubocop.gemspec index 48914a4..6f8f7b8 100644 --- a/theforeman-rubocop.gemspec +++ b/theforeman-rubocop.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '>= 2.7', '< 4' - spec.add_dependency 'rubocop', '~> 1.64.0' + spec.add_dependency 'rubocop', '>= 1.64', '< 1.82' spec.add_dependency 'rubocop-graphql', '~> 1.4.0' spec.add_dependency 'rubocop-minitest', '~> 0.33.0' spec.add_dependency 'rubocop-performance', '~> 1.19.0'