summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-12-19 07:57:00 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-12-19 07:57:00 +0000
commit5ab9e10e7aeb24977a39d6fbefaaca4ee995fff6 (patch)
tree8d84784efc7f7490383470238cea371d051fe17a /Gemfile
parentf4c37007025b5bdd018c1b95f54a077a4c52319e (diff)
downloadredmine-5ab9e10e7aeb24977a39d6fbefaaca4ee995fff6.tar.gz
redmine-5ab9e10e7aeb24977a39d6fbefaaca4ee995fff6.zip
Request at least nokogiri 1.6.7.1 because of security advisories (#21569).
Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@14977 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
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"