From 25a791b6185dd4e8a8ea1249159350bd6adced3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:43:03 +0000 Subject: [PATCH] Update rubocop-rails requirement from ~> 2.22.0 to >= 2.22, < 2.27 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.26.0) --- 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..4890d38 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.27' 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'