Use Bundler for dependency management

This commit is contained in:
dbloete 2010-05-26 15:23:47 +08:00 committed by Brandon Mathis
parent 654428a309
commit 091ef1c6e1
3 changed files with 15 additions and 1 deletions

10
Gemfile Normal file
View file

@ -0,0 +1,10 @@
source "http://rubygems.org"
source "http://gems.github.com"
gem 'activesupport', "2.3.2"
gem 'henrik-jekyll'
gem 'compass'
gem 'compass-colors'
gem 'rdiscount'
gem 'fssm'
gem 'serve'