From 441bbe5634f41ace9a14f3f586d16ad9225a0faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:27:44 +0000 Subject: [PATCH] Update rubocop-rails requirement from ~> 2.22.0 to >= 2.22, < 2.26 Updates the requirements on [rubocop-rails](https://github.com/rubocop/rubocop-rails) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.22.0...v2.25.1) --- updated-dependencies: - dependency-name: rubocop-rails 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..f6b8ee0 100644 --- a/theforeman-rubocop.gemspec +++ b/theforeman-rubocop.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'rubocop-graphql', '~> 1.4.0' spec.add_dependency 'rubocop-minitest', '~> 0.33.0' spec.add_dependency 'rubocop-performance', '~> 1.19.0' - spec.add_dependency 'rubocop-rails', '~> 2.22.0' + spec.add_dependency 'rubocop-rails', '>= 2.22', '< 2.26' spec.add_dependency 'rubocop-rspec', '~> 2.25.0' spec.add_development_dependency 'bundler', '~> 2.4', '>= 2.4.22' spec.add_development_dependency 'rake', '~> 13.0', '>= 13.1.0'