From 0fdb950dc789291a901c680585b075afb98ecc06 Mon Sep 17 00:00:00 2001 From: Noah Berman Date: Thu, 10 Oct 2024 12:55:36 +0100 Subject: [PATCH] More specific target version --- .rubocop.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index d4698e0..4f4a561 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,7 +4,8 @@ AllCops: NewCops: enable Exclude: - 'spec/fixtures/*' - TargetRubyVersion: 3 + TargetRubyVersion: 3.3 + SuggestExtensions: false # https://github.com/cookpad/global-style-guides/blob/main/.rubocop.ruby.yml