Update RuboCop Performance to 1.13 (#35142).

git-svn-id: http://svn.redmine.org/redmine/trunk@21331 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2021-12-29 06:14:27 +00:00
parent b6a26a60f3
commit 0b28b82d1f

View File

@@ -99,7 +99,7 @@ group :test do
gem 'webdrivers', '4.6.1', require: false
# RuboCop
gem 'rubocop', '~> 1.24.0'
gem 'rubocop-performance', '~> 1.12.0'
gem 'rubocop-performance', '~> 1.13.0'
gem 'rubocop-rails', '~> 2.12.4'
end