nixpkgs/pkgs/applications/misc/jekyll/Gemfile

7 lines
87 B
Ruby
Raw Normal View History

2015-05-16 17:26:07 +00:00
source "https://rubygems.org"
gem 'jekyll'
gem 'rdiscount'
gem 'RedCloth'
2016-01-08 03:32:06 +00:00
gem 'rouge'