From 7c4b852876df781e3a16f61958011c99880c0e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:28:23 +0000 Subject: [PATCH] Update rubocop requirement from >= 1.25, < 1.72 to >= 1.25, < 1.73 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.72.1) --- updated-dependencies: - dependency-name: rubocop 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 355d979..a6f7811 100644 --- a/radius-spec.gemspec +++ b/radius-spec.gemspec @@ -32,6 +32,6 @@ 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.72" + spec.add_dependency "rubocop", ">= 1.25", "< 1.73" spec.add_dependency "rubocop-rails", ">= 2.13", "< 2.30" end