From 763a6ca1f8c3ab21d4b5f221d7656f546e580ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:12:59 +0000 Subject: [PATCH] Update rubocop requirement from >= 1.25, < 1.60 to >= 1.25, < 1.61 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.28.2) --- 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 ff118be..37d5f07 100644 --- a/radius-spec.gemspec +++ b/radius-spec.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = ">= 2.5" # rubocop:disable Gemspec/RequiredRubyVersion spec.add_runtime_dependency "rspec", "~> 3.7" - spec.add_runtime_dependency "rubocop", ">= 1.25", "< 1.60" + spec.add_runtime_dependency "rubocop", ">= 1.25", "< 1.61" spec.add_runtime_dependency "rubocop-rails", ">= 2.13", "< 2.22" spec.add_development_dependency "bundler", ">= 2.2.10"