##// END OF EJS Templates
fix nokogiri version comment (#21843)...
Toshi MARUYAMA -
r14717:1c335d756d56
parent child
Show More
@@ -15,7 +15,7 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
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 # 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
General Comments 0
You need to be logged in to leave comments. Login now