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 5c9572d commit d5b8bf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
ruby: [jruby-9.3.4.0, '2.7', '3.2']
ruby: [jruby-9.4, '2.7', '3.3']
include:
- os: ubuntu-latest
ruby: jruby-9.2
#- os: ubuntu-latest
# ruby: truffleruby
- os: macos-latest
ruby: '3.2'
ruby: '3.3'
runs-on: ${{ matrix.os }}
env:
# work around `Permission denied - NUL' error when installing/using the bundler gem on JRuby for Windows
Expand Down
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 d5b8bf9

Please sign in to comment.