From 72b01d1ea87f3ddf4a2b2473b43561ce39e4c8cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:50:57 +0000 Subject: [PATCH] Update rubocop requirement from >= 1.25, < 1.56 to >= 1.25, < 1.57 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 8e243de..09d03a3 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.56" + spec.add_runtime_dependency "rubocop", ">= 1.25", "< 1.57" spec.add_runtime_dependency "rubocop-rails", ">= 2.13", "< 2.21" spec.add_development_dependency "bundler", ">= 2.2.10"