Update RuboCop to 0.78 (#32530).

git-svn-id: http://svn.redmine.org/redmine/trunk@19405 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-12-26 06:33:32 +00:00
parent 046be1c183
commit 7afb5b7f92
2 changed files with 17 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ group :test do
gem "capybara", (RUBY_VERSION < "2.4" ? "~> 3.15.1" : "~> 3.29.0")
gem "selenium-webdriver"
# RuboCop
gem 'rubocop', '~> 0.77.0'
gem 'rubocop', '~> 0.78.0'
gem 'rubocop-performance', '~> 1.5.0'
gem 'rubocop-rails', '~> 2.4.0'
end