@@ -15,6 +15,9 gem "actionpack-action_caching" | |||
|
15 | 15 | gem "actionpack-xml_parser" |
|
16 | 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 | 21 | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem |
|
19 | 22 | gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby] |
|
20 | 23 | gem "rbpdf", "~> 1.18.7" |
General Comments 0
You need to be logged in to leave comments.
Login now