Skip to content

Commit

Permalink
resolves #95 upgrade bibtex-ruby to fix Ruby 3.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jan 31, 2024
1 parent 8ad9549 commit bb81962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asciidoctor-bibtex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.4.0'
s.files = Dir['lib/**/*'] + ['LICENSE.txt', 'README.adoc']
s.add_runtime_dependency 'asciidoctor', '~> 2.0'
s.add_runtime_dependency 'bibtex-ruby', '~> 5.1'
s.add_runtime_dependency 'bibtex-ruby', '~> 6.1'
s.add_runtime_dependency 'citeproc-ruby', '~> 1'
s.add_runtime_dependency 'csl-styles', '~> 1'
s.add_runtime_dependency 'latex-decode', '~> 0.2'
Expand Down

0 comments on commit bb81962

Please sign in to comment.