add compass to gemfile

This commit is contained in:
Emi Matchu 2010-05-15 18:58:28 -04:00
parent e305796d53
commit 6397d8da32

View file

@ -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