0

我不能再用 Ruby 做任何事情了,原因如下:

% gem install multi_json   
Could not find multi_json-1.3.6 in any of the sources
Run `bundle install` to install missing gems.

% bundle install
Could not find multi_json-1.3.6 in any of the sources
Run `bundle install` to install missing gems.

我能做些什么?由于这两个命令导致相同的错误。

4

2 回答 2

1

您所见,该宝石存在于 ruby​​gems 上,因此请检查您的Gemfile是否正确。

它应该在顶部有这个源声明:

source 'https://rubygems.org'
于 2012-06-18T11:17:06.033 回答
0

解决方案是注释掉整个 Gemfile 并安装 gem。

于 2012-06-18T13:57:12.787 回答