forked from External/greenlight
make rubocop target Ruby 2.7 (#2671)
This commit is contained in:
parent
4c7226fa16
commit
85088535d8
|
@ -3,7 +3,7 @@ AllCops:
|
|||
- 'db/schema.rb'
|
||||
- 'vendor/**/*'
|
||||
DisabledByDefault: false
|
||||
TargetRubyVersion: 2.5
|
||||
TargetRubyVersion: 2.7
|
||||
|
||||
NewCops: enable
|
||||
|
||||
|
|
Loading…
Reference in New Issue