]> source.dussan.org Git - redmine.git/commitdiff
Update Rubocop Performance to 1.23 (#41761).
authorGo MAEDA <maeda@farend.jp>
Fri, 15 Nov 2024 00:58:56 +0000 (00:58 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 15 Nov 2024 00:58:56 +0000 (00:58 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@23276 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 28065e3d06c3c530973ccd6aade8cd2356b3a6f9..200d91ce1b13742ce744ea7906d1e76aa3c443dd 100644 (file)
--- 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