Update RuboCop Rails to 2.4 (#32531).

git-svn-id: http://svn.redmine.org/redmine/trunk@19321 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-11-29 07:57:22 +00:00
parent 4471399e33
commit 84ab182bc0
2 changed files with 32 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 0.77.0'
gem 'rubocop-performance', '~> 1.5.0'
gem 'rubocop-rails', '~> 2.3.0'
gem 'rubocop-rails', '~> 2.4.0'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")