nixpkgs/pkgs/tools/typesetting/asciidoctor/Gemfile
Doron Behar 7fb66a2f79 asciidoctor: Remove some extensions and cleanup
Since we have `asciidoctor-with-extensions` now, `asciidoctor` can
include less extensions to reduce closure space.
2021-12-10 09:30:14 +02:00

7 lines
114 B
Ruby

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