diff --git a/.rubocop.yml b/.rubocop.yml index e27a4a125..85e7010a8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,6 +6,7 @@ require: # Enable new cops when we update rubocop to a newer version AllCops: NewCops: enable + TargetRubyVersion: 2.7 ########## Lint / CodeStyle