diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-25 17:45:54 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-25 17:45:54 +0200 |
commit | 23017163757ea5e674bec4fb5529c24fe54002d7 (patch) | |
tree | 6610817ee1972d705eacb8aed3e5e6df4e2e540a /docs/Gemfile | |
parent | a7ef669c7391e0a0112473b4934aadf531b17960 (diff) | |
parent | 2c822f07fb31aaf00679227af50483218479dba5 (diff) |
Merge branch 'master' into prot/neo-puzzle (merge #4)
Diffstat (limited to 'docs/Gemfile')
-rw-r--r-- | docs/Gemfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 0000000..efd0f36 --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,13 @@ +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' +gem 'asciidoctor-lists', '~> 1.0' +gem 'text-hyphen', '~> 1.5' + |