瀏覽代碼

Update RuboCop Rails to 2.24 (#39889).


git-svn-id: https://svn.redmine.org/redmine/trunk@22772 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/149/head
Go MAEDA 2 月之前
父節點
當前提交
c3fe224762
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile 查看文件

@@ -108,7 +108,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.60.0', require: false
gem 'rubocop-performance', '~> 1.20.0', require: false
gem 'rubocop-rails', '~> 2.23.0', require: false
gem 'rubocop-rails', '~> 2.24.0', require: false
end

local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")

Loading…
取消
儲存