1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Update RuboCop Rails to 2.12 (#35207).

git-svn-id: http://svn.redmine.org/redmine/trunk@21305 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2021-12-11 02:04:40 +00:00
parent 6c0123290e
commit f59d1b9b6e
2 changed files with 314 additions and 531 deletions

File diff suppressed because it is too large Load Diff

View File

@ -106,7 +106,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.23.0'
gem 'rubocop-performance', '~> 1.12.0'
gem 'rubocop-rails', '~> 2.11.0'
gem 'rubocop-rails', '~> 2.12.4'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")