summaryrefslogtreecommitdiff
path: root/asciidoctor-pdf.gemspec
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-04-08 23:54:17 -0600
committerGitHub <noreply@github.com>2019-04-08 23:54:17 -0600
commitb902d73a69ef404c6afaac45e12c08e9502a67b6 (patch)
treee33bb4e139c662d68a0611122d780aa13cdfd426 /asciidoctor-pdf.gemspec
parent95ece65ff7b0d0df597899f43c01b64f32a6c153 (diff)
resolves #886 upgrade prawn-svg to 0.29.1 (PR #1021)
- fixes spacing around image when only viewBox is specified - also resolves #430 adds broader support for CSS
Diffstat (limited to 'asciidoctor-pdf.gemspec')
-rw-r--r--asciidoctor-pdf.gemspec3
1 files changed, 1 insertions, 2 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec
index 95f1825c..a4d33766 100644
--- a/asciidoctor-pdf.gemspec
+++ b/asciidoctor-pdf.gemspec
@@ -41,8 +41,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'prawn-table', '0.2.2'
# prawn-templates >= 0.0.5 requires prawn >= 2.2.0, so we must cast a wider net to support Ruby 1.9.3
s.add_runtime_dependency 'prawn-templates', '>= 0.0.3', '<= 0.1.1'
- # 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.28.0'
+ s.add_runtime_dependency 'prawn-svg', '~> 0.29.0'
s.add_runtime_dependency 'prawn-icon', '1.4.0'
s.add_runtime_dependency 'safe_yaml', '~> 1.0.0'
s.add_runtime_dependency 'thread_safe', '~> 0.3.0'