summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-01-26 04:18:45 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-01-26 04:18:45 +0000
commit3215633744fe1d4dfd8b32f0ee449fae85913889 (patch)
tree6fcd147815910939f5c48c981087aa70e5b9f0d8 /Gemfile
parent253202c4af17c03e53e27db12c3db2b97a65c266 (diff)
downloadredmine-3215633744fe1d4dfd8b32f0ee449fae85913889.tar.gz
redmine-3215633744fe1d4dfd8b32f0ee449fae85913889.zip
Merged r15096 from trunk to 3.2-stable (#21843)
Request at least nokogiri 1.6.7.2 because of security advisories. git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15097 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c4fbc127b..d6983ad36 100644
--- 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]