Skip to content

Commit

Permalink
Add note to remove TargetRubyVersion
Browse files Browse the repository at this point in the history
it will be read from required_ruby_version in the gemspec in Rubocop 1.61+.
  • Loading branch information
jenshenny committed Apr 29, 2024
1 parent e86d1ae commit 97fdac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require:
- rubocop-sorbet

AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 2.7 # TODO: Remove once Rubocop is updated to >= 1.61
NewCops: disable
UseCache: true
SuggestExtensions: false
Expand Down

0 comments on commit 97fdac0

Please sign in to comment.