From 2dd5153d593ebb963e518c6ca066cb5f3be8828b Mon Sep 17 00:00:00 2001 From: Tony Li Date: Tue, 13 Jun 2023 12:01:09 +1200 Subject: [PATCH] Specify the oldest Rub version in rubocop.yml --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) 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