aboutsummaryrefslogtreecommitdiff
path: root/docs/Gemfile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-14 14:43:33 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-14 14:43:33 +0200
commita24ebd2dce62255873ec204065262c8743245769 (patch)
tree13839d9b93aa9d3a3e90a24f12b3069e48785e33 /docs/Gemfile
parent898bc5d79c70c859d66b8c1548446c6e45302421 (diff)
fix source management in asciidoc
Diffstat (limited to 'docs/Gemfile')
-rw-r--r--docs/Gemfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Gemfile b/docs/Gemfile
new file mode 100644
index 0000000..67cd54a
--- /dev/null
+++ b/docs/Gemfile
@@ -0,0 +1,7 @@
+ruby '~> 3.0'
+source 'https://rubygems.org'
+
+gem 'asciidoctor', '~> 2.0'
+gem 'asciidoctor-pdf', '~> 2.3'
+gem 'asciidoctor-bibtex', '~> 0.8.0'
+