Skip to content

Commit f741752

Browse files
Update rubocop requirement from >= 1.25, < 1.83 to >= 1.25, < 1.85
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](rubocop/rubocop@v1.25.0...v1.84.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 428a90b commit f741752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

radius-spec.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
3232
spec.required_ruby_version = ">= 3.1" # rubocop:disable Gemspec/RequiredRubyVersion
3333

3434
spec.add_dependency "rspec", "~> 3.7"
35-
spec.add_dependency "rubocop", ">= 1.25", "< 1.83"
35+
spec.add_dependency "rubocop", ">= 1.25", "< 1.85"
3636
spec.add_dependency "rubocop-rails", ">= 2.13", "< 2.34"
3737
spec.add_dependency "rubocop-rspec_rails", "~> 2.31"
3838
end

0 commit comments

Comments
 (0)