Skip to content

Commit

Permalink
fix haml
Browse files Browse the repository at this point in the history
  • Loading branch information
highwaybobbery committed May 25, 2012
1 parent 65b8cf0 commit dd1057a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,11 +3,11 @@ source 'https://rubygems.org'
gem 'jquery-rails'
gem 'mysql2'
gem 'rails', '3.2.3'
gem 'haml'

group :assets do
gem 'bootstrap-sass'
gem 'coffee-rails', '~> 3.2.1'
gem 'haml'
gem 'sass-rails', '~> 3.2.3'
gem 'uglifier', '>= 1.0.3'
end
Expand Down

0 comments on commit dd1057a

Please sign in to comment.