Drop support for Ruby 2.5 and 2.6

This commit is contained in:
Andy Waite
2022-05-18 15:23:32 -04:00
parent 05d768c6ab
commit 4ec0b85d80
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Performance:
Enabled: true
AllCops:
TargetRubyVersion: 2.5
TargetRubyVersion: 2.7
NewCops: disable
Exclude:
- 'vendor/bundle/**/*'