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

Commit

Permalink
Update rubocop requirement from 1.63.1 to 1.63.2 in the rubocop group
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.

Updates `rubocop` to 1.63.2
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.63.1...v1.63.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 2deecfa commit c94af1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ group :development, :test do
gem "rspec", "3.13.0", require: false

# Linter
gem "rubocop", "1.63.1", require: false
gem "rubocop", "1.63.2", require: false
gem "rubocop-performance", "1.21.0", require: false
gem "rubocop-rspec", "2.29.1", require: false

Expand Down

0 comments on commit c94af1b

Please sign in to comment.