Update RuboCop to 0.79 (#32530).

git-svn-id: http://svn.redmine.org/redmine/trunk@19411 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-01-07 13:49:16 +00:00
parent eb6e390ee8
commit a2b0daca3d
2 changed files with 2 additions and 2 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.78.0'
gem 'rubocop', '~> 0.79.0'
gem 'rubocop-performance', '~> 1.5.0'
gem 'rubocop-rails', '~> 2.4.0'
end