##// END OF EJS Templates
Merged r14977 from trunk to 3.1-stable (#21569)...
Toshi MARUYAMA -
r14609:9ded7d7db096
parent child
Show More
@@ -15,6 +15,9 gem "actionpack-action_caching"
15 gem "actionpack-xml_parser"
15 gem "actionpack-xml_parser"
16 gem "loofah", "~> 2.0"
16 gem "loofah", "~> 2.0"
17
17
18 # Request at least nokogiri 1.6.7.1 because of security advisories
19 gem "nokogiri", ">= 1.6.7.1"
20
18 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
21 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
19 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
22 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
20 gem "rbpdf", "~> 1.18.7"
23 gem "rbpdf", "~> 1.18.7"
General Comments 0
You need to be logged in to leave comments. Login now