3.1.6) -6ren">
gpt4 book ai didi

ruby-on-rails - Bundler 找不到 gem "activemodel"的兼容版本

转载 作者:行者123 更新时间:2023-12-04 22:46:33 25 4
gpt4 key购买 nike

尝试在 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。
有没有办法解决这个问题?

最佳答案

你需要使用 4.x 版本的 mongoid,它使用 activemodel >= 4.0.0 .这是最新的:

gem 'mongoid', '~> 4.0.0'

关于ruby-on-rails - Bundler 找不到 gem "activemodel"的兼容版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23020500/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com