forked from OpenNeo/impress
add haml to gemfile
This commit is contained in:
parent
ae09fe0515
commit
9a010f0de2
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue