diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-01-15 03:07:12 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-01-15 03:07:12 -0700 |
| commit | d51bdb8214b32ffe90f56c41cbca395373234b12 (patch) | |
| tree | 348fd22412d54d8edcd686b8eb192214b8c05b26 /asciidoctor-pdf.gemspec | |
| parent | 77fddca312bad0f59f323501e5e33e5b285fa462 (diff) | |
add note about prawn-table dep in gemspec [skip ci]
Diffstat (limited to 'asciidoctor-pdf.gemspec')
| -rw-r--r-- | asciidoctor-pdf.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec index 8d848fe5..33e3ee42 100644 --- a/asciidoctor-pdf.gemspec +++ b/asciidoctor-pdf.gemspec @@ -37,6 +37,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'prawn', '~> 2.2.0' # NOTE ttfunk 1.6 generates TT instructions ghostscript cannot process, so lock the version of ttfunk s.add_runtime_dependency 'ttfunk', ['~> 1.5.0'], ['>= 1.5.1'] + # NOTE must use prawn-table from master branch (defined in Gemfile) for full functionality s.add_runtime_dependency 'prawn-table', '~> 0.2.0' s.add_runtime_dependency 'prawn-templates', '~> 0.1.0' s.add_runtime_dependency 'prawn-svg', '~> 0.30.0' |
