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

Update Rubocop Performance to 1.23 (#41761).

git-svn-id: https://svn.redmine.org/redmine/trunk@23276 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-11-15 00:58:56 +00:00
parent 30fe145df0
commit 4df71054ad

View File

@ -111,7 +111,7 @@ group :test do
gem 'selenium-webdriver', '>= 4.11.0'
# RuboCop
gem 'rubocop', '~> 1.68.0', require: false
gem 'rubocop-performance', '~> 1.22.0', require: false
gem 'rubocop-performance', '~> 1.23.0', require: false
gem 'rubocop-rails', '~> 2.27.0', require: false
end