Skip to content

Commit

Permalink
revert "upgrade prawn-svg to 0.35.0"
Browse files Browse the repository at this point in the history
reverts commit 32a73c0 since it breaks JRuby 9.2 and 9.3 compatibility
  • Loading branch information
mojavelinux committed Jun 22, 2024
1 parent 32a73c0 commit 7e69f83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co

== Unreleased

Improvements::

* upgrade prawn-svg to 0.35 to add support for quoted value in url reference

Bug Fixes::

* position foreground image correctly when page layout changes (#2528)
Expand Down
2 changes: 1 addition & 1 deletion asciidoctor-pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'matrix', '~> 0.4' # required until prawn >= 2.5.0 is released
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.35.0'
s.add_runtime_dependency 'prawn-svg', '~> 0.34.0'
s.add_runtime_dependency 'prawn-icon', '~> 3.0.0'
s.add_runtime_dependency 'concurrent-ruby', '~> 1.1'
s.add_runtime_dependency 'rexml', '3.2.6' # lock rexml to 3.2.6 since 3.2.7 and up breaks Ruby
Expand Down

0 comments on commit 7e69f83

Please sign in to comment.