Skip to content

Commit e4a25ad

Browse files
Update rubocop requirement from 1.75.8 to 1.77.0 (#62)
* Update rubocop requirement from 1.75.8 to 1.77.0 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.75.8...v1.77.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.77.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Opt out of Naming/PredicateMethod --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt Brictson <[email protected]>
1 parent 90bd718 commit e4a25ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ Minitest/EmptyLineBeforeAssertionMethods:
8080
Naming/MemoizedInstanceVariableName:
8181
Enabled: false
8282

83+
Naming/PredicateMethod:
84+
Enabled: false
85+
8386
Naming/VariableNumber:
8487
Enabled: false
8588

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22
gemspec
33

44
gem "rake", "~> 13.0"
5-
gem "rubocop", "1.75.8"
5+
gem "rubocop", "1.77.0"
66
gem "rubocop-minitest", "0.38.1"
77
gem "rubocop-packaging", "0.6.0"
88
gem "rubocop-performance", "1.25.0"

0 commit comments

Comments
 (0)