Skip to content

Commit 8652c3b

Browse files
Update rubocop-rails requirement from >= 2.13, < 2.32 to >= 2.13, < 2.33
Updates the requirements on [rubocop-rails](https://github.com/rubocop/rubocop-rails) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.13.0...v2.30.3) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.30.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2bfb590 commit 8652c3b

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
@@ -33,5 +33,5 @@ Gem::Specification.new do |spec|
3333

3434
spec.add_dependency "rspec", "~> 3.7"
3535
spec.add_dependency "rubocop", ">= 1.25", "< 1.74"
36-
spec.add_dependency "rubocop-rails", ">= 2.13", "< 2.32"
36+
spec.add_dependency "rubocop-rails", ">= 2.13", "< 2.33"
3737
end

0 commit comments

Comments
 (0)