summaryrefslogtreecommitdiff
path: root/asciidoctor-pdf.gemspec
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-04-15 19:52:30 -0600
committerGitHub <noreply@github.com>2022-04-15 19:52:30 -0600
commit359c2d437ac17d694b0583c0d0055b0c43edaa6b (patch)
treef83134473d7305ba8047e69b94e22f43bb33515a /asciidoctor-pdf.gemspec
parent3787b0dacdefdb376427e13cd53e82e8b1af2288 (diff)
declare matrix as a dependency until prawn does (PR #2037)
Diffstat (limited to 'asciidoctor-pdf.gemspec')
-rw-r--r--asciidoctor-pdf.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec
index 12027403..0bc0c820 100644
--- a/asciidoctor-pdf.gemspec
+++ b/asciidoctor-pdf.gemspec
@@ -35,6 +35,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'asciidoctor', '~> 2.0'
s.add_runtime_dependency 'prawn', '~> 2.4.0'
+ s.add_runtime_dependency 'matrix', '~> 0.4' # required until prawn >= 2.5.0 is released
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.32.0'