Skip to content

Commit afbf4a0

Browse files
Update rubocop requirement from >= 1.25, < 1.79 to >= 1.25, < 1.80
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.79.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ae391b commit afbf4a0

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,6 +32,6 @@ 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.79"
35+
spec.add_dependency "rubocop", ">= 1.25", "< 1.80"
3636
spec.add_dependency "rubocop-rails", ">= 2.13", "< 2.33"
3737
end

0 commit comments

Comments
 (0)