diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2016-09-11 01:11:21 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2016-09-11 01:11:21 -0600 |
| commit | d722fc20d099ded09fd9b5d1e2233f542c194fe5 (patch) | |
| tree | f0d66e57d33cfe51668cd563a2b64127df0fd881 /asciidoctor-pdf.gemspec | |
| parent | 2521a45f5fdb0345b3572d8753c1640ad2487af7 (diff) | |
upgrade prawn-icon; disable extension
Diffstat (limited to 'asciidoctor-pdf.gemspec')
| -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 2012011b..8bc8e6af 100644 --- a/asciidoctor-pdf.gemspec +++ b/asciidoctor-pdf.gemspec @@ -45,7 +45,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to PDF using the P s.add_runtime_dependency 'prawn-templates', '0.0.3' # Prawn SVG >= 0.22.1 requires Ruby >= 2.0.0, so we must cast a wider net to support Ruby 1.9.3 s.add_runtime_dependency 'prawn-svg', '>= 0.21.0', '< 0.26.0' - s.add_runtime_dependency 'prawn-icon', '1.1.0' + s.add_runtime_dependency 'prawn-icon', '1.1.1' s.add_runtime_dependency 'safe_yaml', '~> 1.0.4' s.add_runtime_dependency 'thread_safe', '~> 0.3.5' # For our usage, treetop 1.6.2 is slower than 1.5.3 |
