提交 1fca600b 编写于 作者: G Guillermo Iguaran

Merge pull request #22646 from maclover7/master

Require Nokogiri >= 1.6.7.1
......@@ -85,7 +85,7 @@ group :test do
end
platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
gem 'nokogiri', '>= 1.6.7'
gem 'nokogiri', '>= 1.6.7.1'
# Needed for compiling the ActionDispatch::Journey parser.
gem 'racc', '>=1.4.6', require: false
......
......@@ -327,7 +327,7 @@ DEPENDENCIES
mocha (~> 0.14)
mysql (>= 2.9.0)
mysql2 (>= 0.4.0)
nokogiri (>= 1.6.7)
nokogiri (>= 1.6.7.1)
pg (>= 0.18.0)
psych (~> 2.0)
puma
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册