我使用bundle,当我写
时bundle install
使用mongo 1.9.2
捆绑完成! 24个Gemfile依赖项,现已安装57个宝石。 未安装组生产中的宝石。 捆绑的宝石安装在./vendor/gems。
接下来我写了
bundle update mongo
捆绑更新!
未安装集团生产中的宝石。
如何将mongo gem更新为1.12.5版本?
的Gemfile
gem 'mongo'
gem 'bson_ext'
Gemfile.lock的
bson (1.9.2)
bson_ext (1.9.2)
bson (~> 1.9.2)
mongo (1.9.2)
bson (~> 1.9.2)
mono_logger (1.1.0)
且bson_ext
也没有更新