1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Update RuboCop Rails to 2.15 (#37248).

git-svn-id: https://svn.redmine.org/redmine/trunk@21634 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2022-06-14 13:41:56 +00:00
parent 637756eef7
commit 2e6ec180ed

View File

@ -100,7 +100,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.30.1'
gem 'rubocop-performance', '~> 1.14.2'
gem 'rubocop-rails', '~> 2.14.0'
gem 'rubocop-rails', '~> 2.15.0'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")