##// END OF EJS Templates
Request at least nokogiri 1.6.7.2 because of security advisories (#21843)...
Toshi MARUYAMA -
r14714:cc07bebd085f
parent child
Show More
@@ -16,7 +16,7 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
18 # Request at least nokogiri 1.6.7.1 because of security advisories
19 gem "nokogiri", ">= 1.6.7.1"
19 gem "nokogiri", ">= 1.6.7.2"
20
20
21 # 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
22 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
22 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
General Comments 0
You need to be logged in to leave comments. Login now