MS not going for real mongomapper yet
This commit is contained in:
parent
11dcfe10f8
commit
fec0a5ed7f
1 changed files with 2 additions and 3 deletions
5
Gemfile
5
Gemfile
|
|
@ -6,12 +6,11 @@ gem 'bundler', '1.0.0.rc.5'
|
||||||
#gem 'bundler', '0.9.26'
|
#gem 'bundler', '0.9.26'
|
||||||
|
|
||||||
#Security
|
#Security
|
||||||
gem 'gpgme'
|
|
||||||
gem 'devise', :git => 'http://github.com/BadMinus/devise.git'
|
gem 'devise', :git => 'http://github.com/BadMinus/devise.git'
|
||||||
|
|
||||||
#Mongo
|
#Mongo
|
||||||
#gem 'mongo_mapper', :git => 'http://github.com/BadMinus/mongomapper.git'
|
gem 'mongo_mapper', :git => 'http://github.com/BadMinus/mongomapper.git'
|
||||||
gem 'mongo_mapper', :git => 'http://github.com/jnunemaker/mongomapper.git'
|
#gem 'mongo_mapper', :git => 'http://github.com/jnunemaker/mongomapper.git'
|
||||||
gem 'jnunemaker-validatable', :git => 'http://github.com/BadMinus/validatable.git'
|
gem 'jnunemaker-validatable', :git => 'http://github.com/BadMinus/validatable.git'
|
||||||
gem 'mongo_ext'
|
gem 'mongo_ext'
|
||||||
gem 'bson_ext'
|
gem 'bson_ext'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue