Update RuboCop Rails to 2.8 (#32531).

git-svn-id: http://svn.redmine.org/redmine/trunk@20172 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-10-23 01:30:53 +00:00
parent a92203595a
commit 6ba3e85df8
2 changed files with 93 additions and 4 deletions

View File

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