add rake for bundler

This commit is contained in:
James Walker 2012-02-08 13:01:48 -05:00
parent edaae87aff
commit 56ad8e70bd
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -19,6 +19,7 @@ GEM
maruku (0.6.0)
syntax (>= 1.0.0)
posix-spawn (0.3.6)
rake (0.9.2)
rdiscount (1.6.8)
syntax (1.0.0)
@ -27,4 +28,5 @@ PLATFORMS
DEPENDENCIES
jekyll
rake
rdiscount