summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-09-16 23:34:41 +0000
committerGo MAEDA <maeda@farend.jp>2024-09-16 23:34:41 +0000
commit5f5a004919f691d6e83ce8184fd3c8878d4f4efa (patch)
tree3900be65266cf9ecf2f75635acc8743278497b46 /Gemfile
parentf93507322d5ad737d5f05d824199164cc3930524 (diff)
downloadredmine-5f5a004919f691d6e83ce8184fd3c8878d4f4efa.tar.gz
redmine-5f5a004919f691d6e83ce8184fd3c8878d4f4efa.zip
Update RuboCop Performance to 1.22 (#39888).
git-svn-id: https://svn.redmine.org/redmine/trunk@23061 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 38aa62c8a..544aa16f0 100644
--- 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