From 73fff1e6631546f6c13790ce9aa514c5e15286a2 Mon Sep 17 00:00:00 2001 From: Benno Bielmeier Date: Sat, 30 Apr 2022 19:40:29 +0200 Subject: [PATCH] gollum: add comments in Gemfile --- pkgs/applications/misc/gollum/Gemfile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/misc/gollum/Gemfile b/pkgs/applications/misc/gollum/Gemfile index a15179970b3..5a35216de1f 100644 --- a/pkgs/applications/misc/gollum/Gemfile +++ b/pkgs/applications/misc/gollum/Gemfile @@ -1,8 +1,10 @@ source 'https://rubygems.org' + gem 'gollum' -gem 'asciidoctor' -gem 'creole' -gem 'wikicloth' -gem 'org-ruby' -gem 'RedCloth' +# Support for extra markups +gem 'asciidoctor' # AsciiDoc +gem 'creole' # Creole +gem 'wikicloth' # MediaWiki +gem 'org-ruby' # Org +gem 'RedCloth' # Textile