Skip to content

Commit

Permalink
Test with Asciidoctor 2.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
owenh000 committed May 18, 2024
1 parent bb14d06 commit addc592
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ gemfile:
- gemfiles/asciidoctor_2.0.20.gemfile
- gemfiles/asciidoctor_2.0.21.gemfile
- gemfiles/asciidoctor_2.0.22.gemfile
- gemfiles/asciidoctor_2.0.23.gemfile
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ end
appraise "asciidoctor-2.0.22" do
gem "asciidoctor", "2.0.22"
end

appraise "asciidoctor-2.0.23" do
gem "asciidoctor", "2.0.23"
end
7 changes: 7 additions & 0 deletions gemfiles/asciidoctor_2.0.23.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "asciidoctor", "2.0.23"

gemspec path: "../"

0 comments on commit addc592

Please sign in to comment.