Gemfile to make sure I've got the right gems

This commit is contained in:
2012-01-02 23:33:58 -05:00
parent 4b7993e57a
commit 75cd8455ce
2 changed files with 33 additions and 0 deletions

3
Gemfile Normal file
View File

@ -0,0 +1,3 @@
source "http://rubygems.org"
gem "jekyll"
gem "rdiscount"