问题描述
我正在尝试将Rails应用程序从5.2版本更新到6。我从捆绑程序中收到奇怪的错误消息。
当我将gemfile中的rails版本更改为6,然后运行bundle update
时,会收到一系列如下消息:
Bundler could not find compatible versions for gem "activerecord":
In Gemfile:
rails (= 6.0) was resolved to 6.0.0,which depends on
activerecord (= 6.0.0)
seed_dump was resolved to 3.3.1,which depends on
activerecord (>= 4)
既然seed_dump依赖于activerecord的任何大于4的版本,为什么不将软件包捆绑为6版本呢?
如何使bundle update
运行?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)