rubocop: target Ruby 3.3.

Portable Ruby is at 3.3.1 now so may as well bump RuboCop too.
This commit is contained in:
Mike McQuaid 2024-05-17 13:21:30 +09:00
parent a8bf5112eb
commit ddf9426faf
No known key found for this signature in database

View File

@ -12,7 +12,7 @@ inherit_mode:
- Exclude
AllCops:
TargetRubyVersion: 3.1
TargetRubyVersion: 3.3
NewCops: enable
Include:
- "**/*.rbi"