diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2014-07-29 13:42:34 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2014-07-29 13:42:34 -0600 |
| commit | b0efb92bfdc940eee1d7c62181925386b2bdd245 (patch) | |
| tree | 37febbde8340a510ed9c0402d947e52020c45852 | |
| parent | 6a3d900632a231bf056f1e73f11daf36e5e7048e (diff) | |
add thread_safe as dep
| -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 b3485c38..f0f9a9da 100644 --- a/asciidoctor-pdf.gemspec +++ b/asciidoctor-pdf.gemspec @@ -42,6 +42,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to PDF files using s.add_runtime_dependency 'prawn-templates', '0.0.3' s.add_runtime_dependency 'prawn-svg', '0.16.0' s.add_runtime_dependency 'slim', '~> 2.0.0' + s.add_runtime_dependency 'thread_safe', '0.3.4' s.add_runtime_dependency 'tilt', '~> 2.0.0' s.add_runtime_dependency 'treetop', '1.5.3' end |
