nixpkgs/pkgs/applications/misc/jekyll/Gemfile
Brandon Dimcheff 2131d401ea jekyll: add RedCloth dependency for textile support
This allows jekyll to be used with textile markup
2015-09-28 16:53:43 -04:00

6 lines
75 B
Ruby

source "https://rubygems.org"
gem 'jekyll'
gem 'rdiscount'
gem 'RedCloth'