Skip to content

Commit

Permalink
resolves #803 extend version range for prawn-templates (PR #835)
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux authored Jul 24, 2017
1 parent 7215e3b commit 030e150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asciidoctor-pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to PDF using the P
s.add_runtime_dependency 'prawn', '>= 1.3.0', '< 2.3.0'
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.0.5'
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-icon', '1.3.0'
Expand Down

0 comments on commit 030e150

Please sign in to comment.