aboutsummaryrefslogtreecommitdiff
path: root/docs/Gemfile
blob: efd0f36c9e2981dcef2d5276e602e689a07b444f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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'