about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/typesetting/asciidoctor-with-extensions/Gemfile
blob: 8326fabad510c87127ec892557bc092775ca8ccd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 'coderay'
gem 'pygments.rb'
gem 'rouge'