From 92b7df7d4e67e0e81b1c5d3a5a4900692b8f5249 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 12 Apr 2025 03:34:27 +0000 Subject: [PATCH] Update Rubocop Performance to 1.25 (#41761). git-svn-id: https://svn.redmine.org/redmine/trunk@23639 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop.yml | 4 +++- Gemfile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 79cf9cf89..06aedae47 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -20,9 +20,11 @@ AllCops: # Enable extensions require: - - rubocop-performance - rubocop-rails +plugins: + - rubocop-performance + # Rules for Redmine Bundler/OrderedGems: diff --git a/Gemfile b/Gemfile index df1d06f7e..16096f97f 100644 --- a/Gemfile +++ b/Gemfile @@ -112,7 +112,7 @@ group :test do gem 'selenium-webdriver', '>= 4.11.0' # RuboCop gem 'rubocop', '~> 1.75.2', require: false - gem 'rubocop-performance', '~> 1.23.0', require: false + gem 'rubocop-performance', '~> 1.25.0', require: false gem 'rubocop-rails', '~> 2.29.0', require: false gem 'bundle-audit', require: false end