From 5a01e47528e267a9706aeb3d3b0834dbba026b3a Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 7 Oct 2025 02:25:29 +0000 Subject: [PATCH] Update Rubocop Performance to 1.26 (#43323). git-svn-id: https://svn.redmine.org/redmine/trunk@24032 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 86608eacc..e89dccff6 100644 --- a/Gemfile +++ b/Gemfile @@ -116,7 +116,7 @@ group :test do gem 'selenium-webdriver', '>= 4.11.0' # RuboCop gem 'rubocop', '~> 1.76.0', require: false - gem 'rubocop-performance', '~> 1.25.0', require: false + gem 'rubocop-performance', '~> 1.26.0', require: false gem 'rubocop-rails', '~> 2.32.0', require: false gem 'bundle-audit', require: false # for testing oauth provider capabilities