diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile new file mode 100644 index 00000000..2464e197 --- /dev/null +++ b/Gemfile @@ -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' |