Skip to content

Commit

Permalink
Update rubocop-rails requirement from >= 2.13, < 2.20 to >= 2.13, < 2.21
Browse files Browse the repository at this point in the history
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.14.2)

---
updated-dependencies:
- dependency-name: rubocop-rails
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 28, 2023
1 parent 60b0387 commit 8f06366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radius-spec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "rspec", "~> 3.7"
spec.add_runtime_dependency "rubocop", ">= 1.25", "< 1.53"
spec.add_runtime_dependency "rubocop-rails", ">= 2.13", "< 2.20"
spec.add_runtime_dependency "rubocop-rails", ">= 2.13", "< 2.21"

spec.add_development_dependency "bundler", ">= 2.2.10"
spec.add_development_dependency "rake", ">= 12.0", "< 14.0"
Expand Down

0 comments on commit 8f06366

Please sign in to comment.