Skip to content

Commit

Permalink
lock rexml dependency to 3.2.6 to fix incompatibility with JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed May 18, 2024
1 parent 4bbc024 commit 695d428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asciidoctor-bibtex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'citeproc-ruby', '~> 1'
s.add_runtime_dependency 'csl-styles', '~> 1'
s.add_runtime_dependency 'latex-decode', '~> 0.2'
s.add_runtime_dependency 'rexml', '3.2.6' # lock rexml to 3.2.6 since >= 3.2.7 breaks JRuby and adds installation requirements for CRuby

s.add_development_dependency 'minitest', '~> 5.11.0'
s.add_development_dependency 'rake', '~> 12.3.0'
Expand Down

0 comments on commit 695d428

Please sign in to comment.