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

Update RuboCop Performance to 1.19 (#37247).

git-svn-id: https://svn.redmine.org/redmine/trunk@22281 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2023-08-23 09:12:41 +00:00
parent 21a6fc71d6
commit 59476a88f6

View File

@ -104,7 +104,7 @@ group :test do
gem 'webdrivers', '4.6.1', require: false
# RuboCop
gem 'rubocop', '~> 1.56.0', require: false
gem 'rubocop-performance', '~> 1.18.0', require: false
gem 'rubocop-performance', '~> 1.19.0', require: false
gem 'rubocop-rails', '~> 2.20.2', require: false
end