提交 905a36fb 编写于 作者: J Justin Collins

Fix 1.8.7 incompatible syntax

上级 5fb055e6
......@@ -128,7 +128,7 @@ class Brakeman::Report::Base
rows.sort_by do |row|
stabilizer += 1
[*row.values_at("Confidence", "Warning Type", sort_col), stabilizer]
row.values_at("Confidence", "Warning Type", sort_col) << stabilizer
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册