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.62.0 to ~> 1.63.2
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.62.0...v1.63.2)

---
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 Apr 23, 2024
1 parent 3c29f4f commit 38cb662
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.62.0"
spec.add_development_dependency "rubocop", "~> 1.63.2"
spec.add_development_dependency "rubocop-performance", "~> 1.0"
spec.add_development_dependency "rubocop-rake", "~> 0.6.0"
end

0 comments on commit 38cb662

Please sign in to comment.