diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-01-26 11:06:12 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-01-26 11:06:12 +0000 |
commit | 4f7f7b2824df076a552778249b0a7f9d2a54c3ed (patch) | |
tree | d281bfd28cfab09d4a6e586f73807d9dd1dae2c2 /Gemfile | |
parent | 910adf5cfe524dcc8ce4ea9106c1b07b9f25f2de (diff) | |
download | redmine-4f7f7b2824df076a552778249b0a7f9d2a54c3ed.tar.gz redmine-4f7f7b2824df076a552778249b0a7f9d2a54c3ed.zip |
request at least rails-html-sanitizer 1.0.3 because of security advisories
git-svn-id: http://svn.redmine.org/redmine/trunk@15105 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ gem "roadie-rails" # Request at least nokogiri 1.6.7.2 because of security advisories gem "nokogiri", ">= 1.6.7.2" +# Request at least rails-html-sanitizer 1.0.3 because of security advisories +gem "rails-html-sanitizer", ">= 1.0.3" + # 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" |