diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2016-10-17 23:56:30 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2016-10-17 23:56:30 -0600 |
| commit | 921fa91503ba811b62d67e7c02afa2041eccc16e (patch) | |
| tree | 1b0a4cde97c9ee3a862665015813d7f7eb3fdd55 /asciidoctor-pdf.gemspec | |
| parent | b20c6b7c9963d9ee437c36dbc4e8c5e73dc7affa (diff) | |
upgrade prawn-icon to 1.3.0
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 66408086..c53c5c00 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.2.0' + s.add_runtime_dependency 'prawn-icon', '1.3.0' 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 |
