Target oldest support ruby for rubocop

This commit is contained in:
Matt Jankowski 2024-12-02 12:04:51 -05:00
parent bcac4b0a02
commit 4ae7e49cb9

View File

@ -8,7 +8,7 @@ AllCops:
- lib/mastodon/migration_helpers.rb
ExtraDetails: true
NewCops: enable
TargetRubyVersion: 3.2 # Oldest supported ruby version
TargetRubyVersion: 3.3 # Oldest supported ruby version
inherit_from:
- .rubocop/layout.yml