我正在尝试升级Mastodon示例(从v4.0.2开始)。我不了解ruby,我盲目地按照说明操作。我已经设法将ruby更新到最新版本,但当我运行bundle install
时,我收到此消息。我该如何解决这个问题?
$ bundle install
Fetching gem metadata from https://rubygems.org/.........
Your bundle is locked to json-canonicalization (0.3.2) from rubygems repository https://rubygems.org/ or installed
locally, but that version can no longer be found in that source. That means the author of json-canonicalization
(0.3.2) has removed it. You'll need to update your bundle to a version other than json-canonicalization (0.3.2) that
hasn't been removed in order to install.
字符串
1条答案
按热度按时间sbdsn5lh1#
昨天我也试着从4.1.9升级到4.2.x分支。我计划从4.2.0开始,一直到现在的4.2.3,但是我得到了同样的错误,我根本不是RubyMaven。
最后,我能够升级到4.2.3没有这个错误(我认为这是一个旧的依赖,是碰撞在4.2.3)使用指南从4.2.0(捆绑安装,亚尔姆什么,数据库更新等)。
我看到4.2.0和4.2.3之间没有什么区别,所以我就去做了。一天后一切看起来都很好。