无法安装任何宝石或更新任何宝石

时间:2012-06-18 03:15:17

标签: rubygems bundler

我不能再对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.

我该怎么办?由于两个命令都会导致相同的错误。

2 个答案:

答案 0 :(得分:1)

作为you can see,该宝石出现在rubygems上,因此请检查您的Gemfile是否正确。

它应该有这个源声明:

source 'https://rubygems.org'

答案 1 :(得分:0)

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