summaryrefslogtreecommitdiff
path: root/asciidoctor-pdf.gemspec
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2018-10-29 20:45:33 -0600
committerDan Allen <dan.j.allen@gmail.com>2018-10-29 20:45:33 -0600
commit912442d55779050527ee66e72d4ed90b8ae87503 (patch)
tree8dc73dd634aaac00813a995b26e7f66b89193f33 /asciidoctor-pdf.gemspec
parentfe0c53690b949809a6407fb70e1a2b246d8094e2 (diff)
add concurrent-ruby to runtime dependencies for compatiblity w/ Asciidoctor 1.5.8
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 8c5a99f1..940bc9f0 100644
--- a/asciidoctor-pdf.gemspec
+++ b/asciidoctor-pdf.gemspec
@@ -49,6 +49,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to PDF using the P
s.add_runtime_dependency 'prawn-icon', '1.4.0'
s.add_runtime_dependency 'safe_yaml', '~> 1.0.4'
s.add_runtime_dependency 'thread_safe', '~> 0.3.6'
+ s.add_runtime_dependency 'concurrent-ruby', '~> 1.0.5'
# For our usage, treetop 1.6.2 is slower than 1.5.3
s.add_runtime_dependency 'treetop', '1.5.3'
end