1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
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'