add haml to gemfile

This commit is contained in:
Emi Matchu 2010-05-15 12:51:36 -04:00
parent ae09fe0515
commit 9a010f0de2

View file

@ -6,6 +6,8 @@ gem 'arel', :git => 'http://github.com/ernie/arel.git'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'haml', '>= 3.0.0'
group :test do
gem 'rspec-rails', '>= 2.0.0.beta.8'
gem 'factory_girl', :git => 'git://github.com/thoughtbot/factory_girl.git', :branch => 'rails3'