Target oldest support ruby for rubocop

This commit is contained in:
Matt Jankowski 2024-12-02 12:04:51 -05:00
parent 94eacca6ed
commit 059bbbe0a4

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