Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Commit

Permalink
Put haml in the toplevel of the gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
dividedmind committed Dec 30, 2012
1 parent a3361f4 commit 51ab9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ group :test do
gem 'simplecov'
end

gem 'haml-rails'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'haml-rails'
gem 'uglifier'
end

Expand Down

0 comments on commit 51ab9d9

Please sign in to comment.