From 2fac65becdbe78f606ef5dc72e7ad69cda0f591f Mon Sep 17 00:00:00 2001 From: Noah Berman Date: Thu, 10 Oct 2024 12:53:34 +0100 Subject: [PATCH] Update TargetRubyVersion --- .rubocop.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 68749c2..d4698e0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,8 +4,9 @@ AllCops: NewCops: enable Exclude: - 'spec/fixtures/*' + TargetRubyVersion: 3 -# https://github.com/cookpad/global-style-guides/blob/main/.rubocop.ruby.yml +# https://github.com/cookpad/global-style-guides/blob/main/.rubocop.ruby.yml Bundler/OrderedGems: ConsiderPunctuation: true