From cdb5dc22f2b7057d42fc64a2c8e119ea2b091416 Mon Sep 17 00:00:00 2001 From: Jacques Crocker Date: Fri, 30 Jul 2010 20:57:57 -0700 Subject: [PATCH] Updating haml in the hope it would fix some stuff (it didnt) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f023abf7..b83f41a3 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'mongo_session_store', '2.0.0.pre' gem 'warden' # gem 'devise', '1.1.rc2' 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 'aws' gem 'mimetype-fu', :require => 'mimetype_fu' diff --git a/Gemfile.lock b/Gemfile.lock index 0c4f1bf0..d694b033 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,7 +128,7 @@ GEM trollop (~> 1.16.2) git (1.2.5) growl-glue (1.0.7) - haml (3.0.13) + haml (3.0.15) has_scope (0.5.0) heroku (1.9.13) json_pure (>= 1.2.0, < 1.5.0) @@ -261,7 +261,7 @@ DEPENDENCIES fastthread formtastic! growl-glue - haml (= 3.0.13) + haml (= 3.0.15) heroku httparty (= 0.6.1) inherited_resources (= 1.1.2)