From 413f5a4079a756b3cfe6f5cdf3a543f02adacdaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:12:38 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.64.0 to >= 1.64, < 1.68 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.67.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..ca72a2a 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.68' 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'