##// END OF EJS Templates
request at least rails-html-sanitizer 1.0.3 because of security advisories...
Toshi MARUYAMA -
r14723:4f7f7b2824df
parent child
Show More
@@ -18,6 +18,9 gem "roadie-rails"
18 # Request at least nokogiri 1.6.7.2 because of security advisories
18 # Request at least nokogiri 1.6.7.2 because of security advisories
19 gem "nokogiri", ">= 1.6.7.2"
19 gem "nokogiri", ">= 1.6.7.2"
20
20
21 # Request at least rails-html-sanitizer 1.0.3 because of security advisories
22 gem "rails-html-sanitizer", ">= 1.0.3"
23
21 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
24 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
22 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
25 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
23 gem "rbpdf", "~> 1.19.0"
26 gem "rbpdf", "~> 1.19.0"
General Comments 0
You need to be logged in to leave comments. Login now