Skip to content

Commit aa44e86

Browse files
Update rubocop-rails requirement from >= 2.13, < 2.33 to >= 2.13, < 2.34
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.33.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6de91a commit aa44e86

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.80"
36-
spec.add_dependency "rubocop-rails", ">= 2.13", "< 2.33"
36+
spec.add_dependency "rubocop-rails", ">= 2.13", "< 2.34"
3737
end

0 commit comments

Comments
 (0)