From aa44e86bf3b0750fedfd656bd0cd095877272e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:19:32 +0000 Subject: [PATCH] Update rubocop-rails requirement from >= 2.13, < 2.33 to >= 2.13, < 2.34 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.13.0...v2.33.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- radius-spec.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radius-spec.gemspec b/radius-spec.gemspec index e8bbcc9..d9830ad 100644 --- a/radius-spec.gemspec +++ b/radius-spec.gemspec @@ -33,5 +33,5 @@ Gem::Specification.new do |spec| spec.add_dependency "rspec", "~> 3.7" spec.add_dependency "rubocop", ">= 1.25", "< 1.80" - spec.add_dependency "rubocop-rails", ">= 2.13", "< 2.33" + spec.add_dependency "rubocop-rails", ">= 2.13", "< 2.34" end