summaryrefslogtreecommitdiff
path: root/asciidoctor-pdf.gemspec
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-03-07 23:54:15 -0700
committerGitHub <noreply@github.com>2022-03-07 23:54:15 -0700
commitae864f594a5a9f87663696f4ad1e38c43764da0d (patch)
tree106533e791a63bf94e63d93b71c964304fc67e1e /asciidoctor-pdf.gemspec
parentbf18a306d8e7e93f3f57658b2c18050a8d0d5330 (diff)
use prawn-table release (PR #2006)
Diffstat (limited to 'asciidoctor-pdf.gemspec')
-rw-r--r--asciidoctor-pdf.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec
index bc7a6405..12027403 100644
--- a/asciidoctor-pdf.gemspec
+++ b/asciidoctor-pdf.gemspec
@@ -35,7 +35,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'asciidoctor', '~> 2.0'
s.add_runtime_dependency 'prawn', '~> 2.4.0'
- # NOTE must use prawn-table from head (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.32.0'