1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-14 16:46:09 +00:00
nixpkgs/pkgs/applications/misc/jekyll/Gemfile

7 lines
87 B
Ruby
Raw Normal View History

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