From 6397d8da32c7bd0fbcb62033b2f038df34196fbc Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 15 May 2010 18:58:28 -0400 Subject: [PATCH] add compass to gemfile --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index fabc74d8..bd3a3500 100644 --- a/Gemfile +++ b/Gemfile @@ -12,6 +12,8 @@ gem 'will_paginate', :git => 'http://github.com/mislav/will_paginate.git', :bran gem 'rdiscount' +gem 'compass' + group :development do gem 'mysql' end