diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-03-17 23:57:38 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-17 23:57:38 -0600 |
| commit | 2ea912c51abdf078034b342e0bff667b31063b2a (patch) | |
| tree | 4e23727742cc0c653f014165e45efc92de395273 /asciidoctor-pdf.gemspec | |
| parent | 56a32709e0f3f4eb55b6414a0a5654c6fa84e243 (diff) | |
resolves #1891 upgrade to prawn-svg 0.32 (PR #1893)
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 18c33e82..b9c2b2c4 100644 --- a/asciidoctor-pdf.gemspec +++ b/asciidoctor-pdf.gemspec @@ -38,7 +38,7 @@ Gem::Specification.new do |s| # NOTE must use prawn-table from head (defined in Gemfile) for full functionality s.add_runtime_dependency 'prawn-table', '~> 0.2.0' s.add_runtime_dependency 'prawn-templates', '~> 0.1.0' - s.add_runtime_dependency 'prawn-svg', '~> 0.31.0' + s.add_runtime_dependency 'prawn-svg', '~> 0.32.0' s.add_runtime_dependency 'prawn-icon', '~> 3.0.0' s.add_runtime_dependency 'safe_yaml', '~> 1.0.0' s.add_runtime_dependency 'concurrent-ruby', '~> 1.1' |
