Updated haml and acts_as_paranoid. Removed sass templates.

This commit is contained in:
benni 2011-05-15 21:50:43 +02:00
parent 79f8836da0
commit a4f71bd672
27 changed files with 8 additions and 1935 deletions

View file

@ -6,10 +6,11 @@ gem "rails", '3.0.7'
gem 'mysql'
gem "fastercsv"
gem "prawn", '<=0.6.3'
gem 'haml', '>=2.0.6'
gem 'haml'
gem "will_paginate", "~> 3.0.pre2"
gem 'jquery-rails'
gem 'simple_form'
gem 'rails3_acts_as_paranoid'
group :development do
gem 'annotate'