From 8854adb04283529eb04a64be47d972196be78e47 Mon Sep 17 00:00:00 2001 From: Konrad Date: Thu, 12 Sep 2024 13:56:14 +0200 Subject: [PATCH] fix: make rubocop target the oldest support ruby version (2.7.8) To prevent devs from using incompatible syntax --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 2cac09a..0af2320 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,3 +2,4 @@ inherit_from: .rubocop_todo.yml AllCops: NewCops: enable + TargetRubyVersion: 2.7.8