]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop Performance to 1.22 (#39888).
authorGo MAEDA <maeda@farend.jp>
Mon, 16 Sep 2024 23:34:41 +0000 (23:34 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 16 Sep 2024 23:34:41 +0000 (23:34 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@23061 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 38aa62c8a124009f4d03fc35ebcca0001097b453..544aa16f00676bc51fe375293b4e8d38c7478ec5 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -108,7 +108,7 @@ group :test do
   gem 'selenium-webdriver', '>= 4.11.0'
   # RuboCop
   gem 'rubocop', '~> 1.66.1', require: false
-  gem 'rubocop-performance', '~> 1.21.0', require: false
+  gem 'rubocop-performance', '~> 1.22.0', require: false
   gem 'rubocop-rails', '~> 2.26.0', require: false
 end