##// END OF EJS Templates
Merged r14078....
Jean-Philippe Lang -
r13714:8a26ce6a75e3
parent child
Show More
@@ -14,6 +14,9 gem "protected_attributes"
14 gem "actionpack-action_caching"
14 gem "actionpack-action_caching"
15 gem "actionpack-xml_parser"
15 gem "actionpack-xml_parser"
16
16
17 # building ffi 1.9.7 fails in Ubuntu: https://github.com/ffi/ffi/issues/414
18 gem "ffi", "1.9.6"
19
17 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
20 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
18 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
21 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
19 gem "rbpdf", "~> 1.18.5"
22 gem "rbpdf", "~> 1.18.5"
General Comments 0
You need to be logged in to leave comments. Login now