summary refs log tree commit diff
path: root/pkgs/tools/typesetting/asciidoctor-with-extensions/Gemfile
blob: cfeefff2f0a37344bf742d49c12ddb8ebb0b1bfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source 'https://rubygems.org'
gem 'asciidoctor'
gem 'asciidoctor-bibtex'
gem 'asciidoctor-diagram'
gem 'asciidoctor-epub3'
gem 'asciidoctor-html5s'
gem 'asciidoctor-mathematical'
gem 'asciidoctor-multipage'
gem 'asciidoctor-pdf'
gem 'asciidoctor-revealjs'
gem 'asciidoctor-rouge'
gem 'coderay'
gem 'pygments.rb'
gem 'rouge'