From 9f5df8050bd69e8049291b3ab5994956eef5469b Mon Sep 17 00:00:00 2001 From: f Date: Fri, 2 Feb 2024 14:15:30 -0300 Subject: [PATCH] fix: actualizar el ruby de rubocop --- .rubocop.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index a8f37ace..487320c0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,7 +1,6 @@ AllCops: - TargetRubyVersion: '2.7' - NewCops: enable - + TargetRubyVersion: "3.1" + NewCops: "enable" Style/AsciiComments: Enabled: false Style/MultilineBlockChain: