diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-19 15:21:06 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-19 15:21:06 +0200 |
commit | 5f5423cd763c75920072aef419eb9160f8f4fd48 (patch) | |
tree | daca1747365d7b3489b55fbbcee531c855c73f15 /docs/Gemfile | |
parent | 0d40eb00c737817ac4c635bdfcf27fc70ce4284b (diff) |
WIP more requirements
Diffstat (limited to 'docs/Gemfile')
-rw-r--r-- | docs/Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Gemfile b/docs/Gemfile index 67cd54a..99f5ca1 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,7 +1,11 @@ ruby '~> 3.0' source 'https://rubygems.org' +gem 'json' # required for bibtex + gem 'asciidoctor', '~> 2.0' 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' |