gpt4 book ai didi

ruby - Bundler 找不到 gem "actionpack"的兼容版本

转载 作者:太空宇宙 更新时间:2023-11-03 18:10:41 25 4
gpt4 key购买 nike

当我尝试bundle update时,我得到这个错误:

Bundler could not find compatible versions for gem "actionpack":

在 Gemfile 中: Action 包 (>= 4.2.5, ~> 4.2)

railties (>= 4.2.5, ~> 4.2) was resolved to 4.2.5, which depends on
actionpack (= 4.2.5)

railties (>= 4.2.5, ~> 4.2) was resolved to 4.2.5, which depends on
actionpack (= 4.2.5)

railties (>= 4.2.5, ~> 4.2) was resolved to 4.2.5, which depends on
actionpack (= 4.2.5)

strong_parameters (~> 0.2.3) was resolved to 0.2.3, which depends on
actionpack (~> 3.0)

最佳答案

如果您更新 Rails 版本(例如从 4 到 5),并且您包含了锁定到特定版本的某些 gem,该版本仍然依赖于旧 Rails 版本的旧 ActionPack 版本,则可能会出现此问题。然后 bundler 说..

Bundler could not find compatible versions for gem "actionpack"

..因为新的 rails 版本想要使用新的 ActionPack gem,但是其中一个 gem 想要使用旧的 ActionPack gem。

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

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