Update RuboCop Performance to 1.8 (#34159).

git-svn-id: http://svn.redmine.org/redmine/trunk@20174 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-10-24 02:19:29 +00:00
parent 9ef5f6789e
commit 52cc3fdc24
2 changed files with 48 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ group :test do
gem "selenium-webdriver"
# RuboCop
gem 'rubocop', '~> 1.0.0'
gem 'rubocop-performance', '~> 1.5.0'
gem 'rubocop-performance', '~> 1.8.0'
gem 'rubocop-rails', '~> 2.8.0'
end