尝试在 rails 4.1 中安装 mongoid 3.1.6
Bundler 找不到 gem "activemodel" 的兼容版本:在 Gemfile 中:
mongoid (~> 3.1.6) ruby depends on
activemodel (~> 3.2) ruby
rails (= 4.1.0) ruby depends on
activerecord (= 4.1.0) ruby depends on
activemodel (4.1.0)
当 mongoid 降级到 1.0.6 时它工作正常,但我需要在 rails 4.1 中使用 mongoid 3.1.6。有什么办法可以解决这个问题吗?