Update RuboCop to 1.0 (#32530).

git-svn-id: http://svn.redmine.org/redmine/trunk@20171 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-10-23 00:47:03 +00:00
parent b354566367
commit a92203595a
3 changed files with 184 additions and 60 deletions

View File

@@ -92,7 +92,7 @@ group :test do
gem 'capybara', '~> 3.31.0'
gem "selenium-webdriver"
# RuboCop
gem 'rubocop', '~> 0.81.0'
gem 'rubocop', '~> 1.0.0'
gem 'rubocop-performance', '~> 1.5.0'
gem 'rubocop-rails', '~> 2.5.0'
end