From 5add5188c6f296de0302dddd2c24e54262d7985a Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 23 Jun 2010 10:20:44 -0700 Subject: [PATCH] specified devise ref --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1ffc83f22..836a5c285 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '3.0.0.beta4' gem "mongoid", :git => "git://github.com/durran/mongoid.git" gem "bson_ext", "1.0.1" gem "haml" -gem "devise", :git => "git://github.com/plataformatec/devise.git" +gem "devise", :git => "git://github.com/plataformatec/devise.git", :ref => "cfadaf80a2b7e9c0b255" gem 'roxml', :git => "git://github.com/Empact/roxml.git"