Bump Rubocop TargetRubyVersion to 3.1

This commit is contained in:
Sebastian Serth
2022-11-25 10:50:44 +01:00
parent 673c4b57fe
commit bdf474e684

View File

@ -14,7 +14,7 @@ inherit_from:
- .rubocop_todo.yml - .rubocop_todo.yml
AllCops: AllCops:
TargetRubyVersion: 2.7 TargetRubyVersion: 3.1
TargetRailsVersion: 6.1 TargetRailsVersion: 6.1
UseCache: True UseCache: True
NewCops: enable NewCops: enable