1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Update RuboCop Performance to 1.21 (#39888).

git-svn-id: https://svn.redmine.org/redmine/trunk@22776 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-03-31 01:25:50 +00:00
parent 466a8aa78e
commit 17d15a7f6b

View File

@ -107,7 +107,7 @@ group :test do
gem 'selenium-webdriver', '>= 4.11.0'
# RuboCop
gem 'rubocop', '~> 1.60.0', require: false
gem 'rubocop-performance', '~> 1.20.0', require: false
gem 'rubocop-performance', '~> 1.21.0', require: false
gem 'rubocop-rails', '~> 2.24.0', require: false
end