Specifying bson version to avoid whatever is fucking up in 1.0.6, we can
move to it later
This commit is contained in:
parent
fad32c12c3
commit
fbee957892
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue