1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-05 06:44:40 +00:00
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'