rubocop: Fix unsupported ruby version in TargetRubyVersion error

This commit is contained in:
Dylan Thacker-Smith
2021-04-20 09:00:20 -07:00
parent cfe1637bdd
commit 020f6b93c5
+1 -1
View File
@@ -10,7 +10,7 @@ Performance:
Enabled: true
AllCops:
TargetRubyVersion: 2.4
TargetRubyVersion: 2.5
NewCops: disable
Exclude:
- 'vendor/bundle/**/*'