From 012f717ec730d4b9f363a3fdbf512ca9d808ee96 Mon Sep 17 00:00:00 2001 From: James Couball Date: Tue, 17 Sep 2024 22:49:48 -0700 Subject: [PATCH] Add TargetRubyVersion in .rubocop.yml --- .rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 11fde2e..c2aae47 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,2 +1,7 @@ inherit_gem: main_branch_shared_rubocop_config: config/rubocop.yml + +AllCops: + # Pin this project to Ruby 3.1 in case the shared config above is upgraded to 3.2 + # or later. + TargetRubyVersion: 3.1