Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
build(deps): update rubocop requirement from ~> 1.60.2 to ~> 1.61.0
Browse files Browse the repository at this point in the history
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.60.2...v1.61.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and abdfnx committed Feb 29, 2024
1 parent 0af914a commit 4571bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bwrb/bwrb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.13.0"
spec.add_development_dependency "rspec-prof", "~> 0.0.7"
spec.add_development_dependency "rubocop", "~> 1.60.2"
spec.add_development_dependency "rubocop", "~> 1.61.0"
spec.add_development_dependency "rubocop-performance", "~> 1.0"
spec.add_development_dependency "rubocop-rake", "~> 0.6.0"
end

0 comments on commit 4571bdd

Please sign in to comment.