]> source.dussan.org Git - redmine.git/commitdiff
Request at least nokogiri 1.6.7.2 because of security advisories (#21843)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 26 Jan 2016 03:51:06 +0000 (03:51 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 26 Jan 2016 03:51:06 +0000 (03:51 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15096 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index c4fbc127b3f3b0cab48b79db3225f8ef9c39ef09..d6983ad36a7d7bb4d280256d2535a895ace7c5ba 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -16,7 +16,7 @@ gem "actionpack-xml_parser"
 gem "roadie-rails"
 
 # Request at least nokogiri 1.6.7.1 because of security advisories
-gem "nokogiri", ">= 1.6.7.1"
+gem "nokogiri", ">= 1.6.7.2"
 
 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]