From a34d0b878147babf8da07527e419c73cd447ae35 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 20 Dec 2023 09:28:20 +0000 Subject: [PATCH] Update RuboCop Performance to 1.20 (#39888). git-svn-id: https://svn.redmine.org/redmine/trunk@22536 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a86882fc8..69c8fa0e3 100644 --- a/Gemfile +++ b/Gemfile @@ -112,7 +112,7 @@ group :test do end # RuboCop gem 'rubocop', '~> 1.59.0', require: false - gem 'rubocop-performance', '~> 1.19.0', require: false + gem 'rubocop-performance', '~> 1.20.0', require: false gem 'rubocop-rails', '~> 2.22.1', require: false end