##// END OF EJS Templates
Request at least nokogiri 1.6.7.1 because of security advisories (#21569)....
Jean-Philippe Lang -
r14595:5ab9e10e7aeb
parent child
Show More
@@ -15,6 +15,9 gem "actionpack-action_caching"
15 gem "actionpack-xml_parser"
15 gem "actionpack-xml_parser"
16 gem "roadie-rails"
16 gem "roadie-rails"
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.19.0"
23 gem "rbpdf", "~> 1.19.0"
General Comments 0
You need to be logged in to leave comments. Login now