From 8a1a401caf0165ca3ba9097092c77a893ac35e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:11:34 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.64.0 to >= 1.64, < 1.67 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.66.0) --- updated-dependencies: - dependency-name: rubocop 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 4eb515b..658f036 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.67' spec.add_dependency 'rubocop-checkstyle_formatter', '~> 0.6.0' spec.add_dependency 'rubocop-graphql', '~> 1.4.0' spec.add_dependency 'rubocop-minitest', '~> 0.33.0'