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

Update RuboCop Performance to 1.17 (#37247).

git-svn-id: https://svn.redmine.org/redmine/trunk@22176 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2023-04-11 02:28:40 +00:00
parent 136dc72641
commit 87f3352d3a

View File

@ -104,7 +104,7 @@ group :test do
gem 'webdrivers', '4.6.1', require: false
# RuboCop
gem 'rubocop', '~> 1.49.0', require: false
gem 'rubocop-performance', '~> 1.16.0', require: false
gem 'rubocop-performance', '~> 1.17.1', require: false
gem 'rubocop-rails', '~> 2.18.0', require: false
end