Specifying bson version to avoid whatever is fucking up in 1.0.6, we can

move to it later
This commit is contained in:
Raphael 2010-08-28 13:27:43 -07:00
parent fad32c12c3
commit fbee957892

View file

@ -13,7 +13,8 @@ gem 'mongo_mapper', :git => 'http://github.com/BadMinus/mongomapper.git'
#gem 'mongo_mapper', :git => 'http://github.com/jnunemaker/mongomapper.git'
gem 'jnunemaker-validatable', :git => 'http://github.com/BadMinus/validatable.git'
gem 'mongo_ext'
gem 'bson_ext'
gem 'bson_ext', '1.0.4'
gem 'bson', '1.0.4'
#Views
gem 'haml'