summaryrefslogtreecommitdiff
path: root/asciidoctor-pdf.gemspec
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2016-12-21 23:52:57 -0700
committerDan Allen <dan.j.allen@gmail.com>2016-12-21 23:52:57 -0700
commita1a8e35f626eff53e7e33609580d94022c46be0b (patch)
treed876c97536ebb9a65ca10c6ed06930457e91f556 /asciidoctor-pdf.gemspec
parent60ac62d998d2f385bd0569a4200b787f8a66bd83 (diff)
upgrade prawn-svg dependency to 0.26.x
Diffstat (limited to 'asciidoctor-pdf.gemspec')
-rw-r--r--asciidoctor-pdf.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec
index c53c5c00..7edf07bd 100644
--- a/asciidoctor-pdf.gemspec
+++ b/asciidoctor-pdf.gemspec
@@ -44,7 +44,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to PDF using the P
s.add_runtime_dependency 'prawn-table', '0.2.2'
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-svg', '>= 0.21.0', '< 0.27.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'