nixpkgs/pkgs/applications/misc/jekyll/Gemfile
2016-05-18 05:36:33 +02:00

6 lines
96 B
Ruby

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