make rubocop target Ruby 2.7 (#2671)

This commit is contained in:
Mohamad Abras
2021-04-17 20:52:32 +03:00
committed by GitHub
parent 4c7226fa16
commit 85088535d8

View File

@ -3,7 +3,7 @@ AllCops:
- 'db/schema.rb'
- 'vendor/**/*'
DisabledByDefault: false
TargetRubyVersion: 2.5
TargetRubyVersion: 2.7
NewCops: enable