diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2014-08-13 15:34:33 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2014-08-13 15:34:33 -0600 |
| commit | 6e16ba5a91f6b7b580e039801008df985282e48e (patch) | |
| tree | 164f3125d1007f989510c57c882b26010710341a | |
| parent | 972825418b185154d860f5c7ac649476c7b8974b (diff) | |
| parent | 2377978ec9e2096063a2827f7fe454fb3a2b0cdd (diff) | |
Merge pull request #17 from Bitnami/master
updates tilt dependency to range: >= 1.4.1 and < 2.1.0, refs #16
| -rw-r--r-- | asciidoctor-pdf.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec index f0f9a9da..9910e9a4 100644 --- a/asciidoctor-pdf.gemspec +++ b/asciidoctor-pdf.gemspec @@ -43,6 +43,6 @@ An extension for Asciidoctor that converts AsciiDoc documents to PDF files using 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 'tilt', ['>= 1.4.1', '< 2.1.0'] s.add_runtime_dependency 'treetop', '1.5.3' end |
