summaryrefslogtreecommitdiff
path: root/asciidoctor-pdf.gemspec
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-01-04 17:12:08 -0500
committerGitHub <noreply@github.com>2020-01-04 17:12:08 -0500
commit0536bcb85ffca04860ce6a6b9c102100e86086bf (patch)
tree1a8e2e629e68d6eefdc2f2891d85f1325693c5be /asciidoctor-pdf.gemspec
parente127d70dcc4c6cf439cf421da7ac8d30a02319ee (diff)
resolves #1461 remove obsolete patch for ttfunk (PR #1462)
Diffstat (limited to 'asciidoctor-pdf.gemspec')
-rw-r--r--asciidoctor-pdf.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec
index fa938616..ecf130a9 100644
--- a/asciidoctor-pdf.gemspec
+++ b/asciidoctor-pdf.gemspec
@@ -35,6 +35,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'asciidoctor', '>= 1.5.3', '< 3.0.0'
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.1'
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'