From 65ee7e0bb32e30a5bc191c465d7a4662a8970fd1 Mon Sep 17 00:00:00 2001 From: Henrik Broselid Date: Thu, 16 Nov 2023 17:06:32 +0100 Subject: [PATCH] New Ruby version in prod --- rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubocop.yml b/rubocop.yml index a6848ce..6b5a499 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -7,7 +7,7 @@ require: rubocop-rspec AllCops: # Keep this up-to-date with the Ruby version we use in Production. - TargetRubyVersion: 2.3 + TargetRubyVersion: 3.2 # By default Rubocop checks every .rb recursively inside the current directory. # We want to exclude some files, so let's modify the original Array.