diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2016-04-30 01:35:49 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2016-04-30 01:35:49 -0700 |
| commit | 4074049f64509dea5dcaf7566e7996e09a4e0b6a (patch) | |
| tree | 34c11c3f0818052568ea89197bce20aabe01aa1c /asciidoctor-pdf.gemspec | |
| parent | c7c89c26300779e64f846790cb81073596977b84 (diff) | |
update prawn-svg to 0.25.0
- enable support for skipping foreignObject inside switch
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 58363549..6304a02d 100644 --- a/asciidoctor-pdf.gemspec +++ b/asciidoctor-pdf.gemspec @@ -41,7 +41,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to PDF using the P s.add_runtime_dependency 'prawn', '>= 1.3.0', '< 3.0.0' s.add_runtime_dependency 'prawn-table', '0.2.2' s.add_runtime_dependency 'prawn-templates', '0.0.3' - s.add_runtime_dependency 'prawn-svg', '0.24.0' + s.add_runtime_dependency 'prawn-svg', '0.25.0' s.add_runtime_dependency 'prawn-icon', '1.1.0' s.add_runtime_dependency 'safe_yaml', '~> 1.0.4' s.add_runtime_dependency 'thread_safe', '~> 0.3.5' |
