nixpkgs/pkgs/tools/typesetting/asciidoctor/Gemfile
Tomas Sedovic 809f8c3d7a asciidoctor: add the tilt gem
This will enable the Asciidoctor's templating feature:

https://docs.asciidoctor.org/asciidoctor/latest/convert/templates/

The ERB templates will work out-of-the box, any other templates (such as Haml
or Slim) would need additional gems installed:

https://github.com/rtomayko/tilt#readme

Fixes: #104815
2023-06-29 10:41:20 +02:00

8 lines
125 B
Ruby

source 'https://rubygems.org'
gem 'asciidoctor'
gem 'asciidoctor-pdf'
gem 'coderay'
gem 'pygments.rb'
gem 'rouge'
gem 'tilt'