Skip to content

Commit

Permalink
Update dependencies to support Asciidoctor.js 3.x (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Dec 12, 2023
1 parent 68013c5 commit c16a949
Show file tree
Hide file tree
Showing 3 changed files with 715 additions and 616 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ source 'https://rubygems.org'
gemspec

group :development do
# Asciidoctor.js 2.0.0 requires an unreleased Opal 0.11.99.dev (d136ea8)
gem 'opal', :git => 'https://github.com/opal/opal.git', :ref => 'd136ea8'
# Asciidoctor.js 3.0.0 requires Opal 1.7.3
gem 'opal', '1.7.3'
# Asciidoctor Doctest based on Nokogiri 1.13
gem 'asciidoctor-doctest', git: 'https://github.com/ggrossetie/asciidoctor-doctest.git', :ref => 'c2cba5240'
end
Loading

0 comments on commit c16a949

Please sign in to comment.