Skip to content

Commit

Permalink
release lock on rexml package (PR #2532)
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux authored Jul 27, 2024
1 parent d406bee commit 1f820fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ Bug Fixes::
* major improvement to OTF support following release of ttfunk 1.8.0 (automatic transitive dependency of prawn)
* position foreground image correctly when page layout changes (#2528)

Compliance::

* release lock on version of rexml (pulled in by asciidoctor-diagram and prawn-svg) now that incompatibility is resolved

== 2.3.17 (2024-06-01) - @mojavelinux

Improvements::
Expand Down
1 change: 0 additions & 1 deletion asciidoctor-pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'prawn-svg', '~> 0.34.0'
s.add_runtime_dependency 'prawn-icon', '~> 3.1.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
s.add_runtime_dependency 'treetop', '~> 1.6.0'

s.add_development_dependency 'rake', '~> 13.0.0'
Expand Down

0 comments on commit 1f820fe

Please sign in to comment.