Skip to content

Commit

Permalink
lock version of rexml to fix incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed May 17, 2024
1 parent 372d54d commit 126bcaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co

== Unreleased

_No changes since previous release._
Compliance::

* lock version of rexml (pulled in by asciidoctor-diagram and prawn-svg) to fix incompatibility

== 2.3.15 (2024-03-12) - @mojavelinux

Expand Down
1 change: 1 addition & 0 deletions asciidoctor-pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Gem::Specification.new do |s|
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
s.add_runtime_dependency 'treetop', '~> 1.6.0'

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

0 comments on commit 126bcaf

Please sign in to comment.