1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Update RuboCop Performance to 1.22 (#39888).

git-svn-id: https://svn.redmine.org/redmine/trunk@23061 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-09-16 23:34:41 +00:00
parent f93507322d
commit 5f5a004919

View File

@ -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