Updating haml in the hope it would fix some stuff (it didnt)

This commit is contained in:
Jacques Crocker 2010-07-30 20:57:57 -07:00
parent ae6ea7c288
commit cdb5dc22f2
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ gem 'mongo_session_store', '2.0.0.pre'
gem 'warden' gem 'warden'
# gem 'devise', '1.1.rc2' # gem 'devise', '1.1.rc2'
gem 'devise', :git => "git://github.com/plataformatec/devise.git" gem 'devise', :git => "git://github.com/plataformatec/devise.git"
gem 'haml', '3.0.13' gem 'haml', '3.0.15'
gem 'rmagick', '2.12.2' gem 'rmagick', '2.12.2'
gem 'aws' gem 'aws'
gem 'mimetype-fu', :require => 'mimetype_fu' gem 'mimetype-fu', :require => 'mimetype_fu'

View File

@ -128,7 +128,7 @@ GEM
trollop (~> 1.16.2) trollop (~> 1.16.2)
git (1.2.5) git (1.2.5)
growl-glue (1.0.7) growl-glue (1.0.7)
haml (3.0.13) haml (3.0.15)
has_scope (0.5.0) has_scope (0.5.0)
heroku (1.9.13) heroku (1.9.13)
json_pure (>= 1.2.0, < 1.5.0) json_pure (>= 1.2.0, < 1.5.0)
@ -261,7 +261,7 @@ DEPENDENCIES
fastthread fastthread
formtastic! formtastic!
growl-glue growl-glue
haml (= 3.0.13) haml (= 3.0.15)
heroku heroku
httparty (= 0.6.1) httparty (= 0.6.1)
inherited_resources (= 1.1.2) inherited_resources (= 1.1.2)