1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-04 19:45:54 +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'