From 072eec8851f95e1eeebe5ebdbe8a1d14151a6d97 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 21 Dec 2015 04:17:05 +0000 Subject: [PATCH] Merged r14977 from trunk to 3.2-stable (#21569) Request at least nokogiri 1.6.7.1 because of security advisories. Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@14990 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 3ad9b1e93..c4fbc127b 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,9 @@ gem "actionpack-action_caching" 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" + # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby] gem "rbpdf", "~> 1.19.0"