Update RuboCop to 0.81 (#32530).

git-svn-id: http://svn.redmine.org/redmine/trunk@19645 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-04-05 05:45:22 +00:00
parent 118cb5ab23
commit c4ff55ac9b
3 changed files with 9 additions and 28 deletions

View File

@@ -88,7 +88,7 @@ group :test do
gem 'capybara', (RUBY_VERSION < '2.4' ? '~> 3.15.1' : '~> 3.31.0')
gem "selenium-webdriver"
# RuboCop
gem 'rubocop', '~> 0.80.0'
gem 'rubocop', '~> 0.81.0'
gem 'rubocop-performance', '~> 1.5.0'
gem 'rubocop-rails', '~> 2.5.0'
end