diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-22 16:53:05 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-22 16:53:05 +0200 |
commit | acea0828b8638764fa698aae54ba403912354bb8 (patch) | |
tree | f2cd7ae5e45977c67eefe74ad09f28bd33d3f857 /docs/Gemfile | |
parent | 1e124d005c8b3885ca960a3894019331ef288b5e (diff) |
clean up documents
Diffstat (limited to 'docs/Gemfile')
-rw-r--r-- | docs/Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Gemfile b/docs/Gemfile index 99f5ca1..efd0f36 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -8,4 +8,6 @@ gem 'asciidoctor-pdf', '~> 2.3' gem 'asciidoctor-bibtex', '~> 0.8.0' # gem 'asciidoctor-interdoc-reftext', '~> 0.5.2' gem 'asciidoctor-interdoc-reftext', git: 'https://github.com/lonkaars/asciidoctor-interdoc-reftext' +gem 'asciidoctor-lists', '~> 1.0' +gem 'text-hyphen', '~> 1.5' |