Require Nokogiri >= 1.6.7.1

Many CVEs released: https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s
This commit is contained in:
Jon Moss 2015-12-17 17:35:25 -05:00
parent 84eba99ceb
commit 5d8ee1250f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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