diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-12-19 07:57:00 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-12-19 07:57:00 +0000 |
commit | 5ab9e10e7aeb24977a39d6fbefaaca4ee995fff6 (patch) | |
tree | 8d84784efc7f7490383470238cea371d051fe17a /Gemfile | |
parent | f4c37007025b5bdd018c1b95f54a077a4c52319e (diff) | |
download | redmine-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-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |