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

Update RuboCop Performance to 1.20 (#39888).

git-svn-id: https://svn.redmine.org/redmine/trunk@22536 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2023-12-20 09:28:20 +00:00
parent 380444f085
commit a34d0b8781

View File

@ -112,7 +112,7 @@ group :test do
end
# RuboCop
gem 'rubocop', '~> 1.59.0', require: false
gem 'rubocop-performance', '~> 1.19.0', require: false
gem 'rubocop-performance', '~> 1.20.0', require: false
gem 'rubocop-rails', '~> 2.22.1', require: false
end