From ddf9426faf0c1e262b0a758a484fba283f9d97ac Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 17 May 2024 13:21:30 +0900 Subject: [PATCH] rubocop: target Ruby 3.3. Portable Ruby is at 3.3.1 now so may as well bump RuboCop too. --- Library/.rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 66674395f5..e06749fd4d 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -12,7 +12,7 @@ inherit_mode: - Exclude AllCops: - TargetRubyVersion: 3.1 + TargetRubyVersion: 3.3 NewCops: enable Include: - "**/*.rbi"