From fc5a2f6a714afa63ae810f5ce93ae9c22b73808e Mon Sep 17 00:00:00 2001 From: James Armes Date: Fri, 9 Aug 2024 12:38:32 -0400 Subject: [PATCH] Set target version for rubocop to the minimum supported version. --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index 554ec5d..64edc88 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -5,6 +5,7 @@ require: AllCops: NewCops: enable + TargetRubyVersion: 3.2 Exclude: - bin/**/* - exe/**/*