From 4df71054ada31b537f95bdd5cc19f1630a5297a4 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 15 Nov 2024 00:58:56 +0000 Subject: [PATCH] Update Rubocop Performance to 1.23 (#41761). git-svn-id: https://svn.redmine.org/redmine/trunk@23276 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 28065e3d0..200d91ce1 100644 --- a/Gemfile +++ b/Gemfile @@ -111,7 +111,7 @@ group :test do gem 'selenium-webdriver', '>= 4.11.0' # RuboCop gem 'rubocop', '~> 1.68.0', require: false - gem 'rubocop-performance', '~> 1.22.0', require: false + gem 'rubocop-performance', '~> 1.23.0', require: false gem 'rubocop-rails', '~> 2.27.0', require: false end