mirror of https://github.com/rails/rails
Require Nokogiri >= 1.6.7.1
Many CVEs released: https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s
This commit is contained in:
parent
84eba99ceb
commit
5d8ee1250f
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue