Forgot to include haml in dependencies. >.<

This commit is contained in:
Samuel Cochran 2010-10-25 23:33:10 +08:00
parent 3ac1bf9cad
commit f6d40ebaa6
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ gem 'mail'
gem 'thin'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'sinatra'
gem 'haml'
gem 'sunshowers'
# Required by activesupport, required by mail, but not listed.

View File

@ -18,6 +18,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'bundler'
gem.add_dependency 'eventmachine'
gem.add_dependency 'haml'
gem.add_dependency 'json'
gem.add_dependency 'mail'
gem.add_dependency 'thin'