From e04ac636b9428e3f9efa33bafc4313505149c2e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 11:02:31 +0000 Subject: [PATCH] Update rubocop requirement from >= 1.25, < 1.83 to >= 1.25, < 1.89 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.25.0...v1.88.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.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 c94a1ee..d5896b1 100644 --- a/radius-spec.gemspec +++ b/radius-spec.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = ">= 3.1" # rubocop:disable Gemspec/RequiredRubyVersion spec.add_dependency "rspec", "~> 3.7" - spec.add_dependency "rubocop", ">= 1.25", "< 1.83" + spec.add_dependency "rubocop", ">= 1.25", "< 1.89" spec.add_dependency "rubocop-rails", ">= 2.13", "< 2.35" spec.add_dependency "rubocop-rspec_rails", "~> 2.31" end