From 0787b5937b16ea1f74edc015872a17d60505d05d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 11:29:16 +0000 Subject: [PATCH] Update rubocop requirement from >= 1.25, < 1.55 to >= 1.25, < 1.56 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 6987b4f..8e243de 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.55" + spec.add_runtime_dependency "rubocop", ">= 1.25", "< 1.56" spec.add_runtime_dependency "rubocop-rails", ">= 2.13", "< 2.21" spec.add_development_dependency "bundler", ">= 2.2.10"