From 788f668db0eff80eb8769010111a51370ac07efc Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 15 Jul 2010 15:49:28 -0700 Subject: [PATCH] updated bson_ext --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5357ed917..d40e7b65f 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'mongo_mapper', :git => "http://github.com/BadMinus/mongomapper.git" gem 'devise', :git => "http://github.com/BadMinus/devise.git" gem 'jnunemaker-validatable', :git => "http://github.com/BadMinus/validatable.git" gem 'mongo_ext' -gem "bson_ext", "1.0.1" +gem 'bson_ext' gem "haml" gem 'roxml', :git => "git://github.com/Empact/roxml.git"