问题描述
在访问主页时(在成功运行 bundle install 之后),一个新的rails应用程序出现这个错误,没有任何修改。
以下是版本号:
ruby:1.9.3p392(2013-02-22 revision 39386)[x86_64- darwin12.2.1]
rails:3.2.12
rvm:1.18.14
gem: 2.0.0
bundler:1.3.0.pre.8
调用 ruby 返回 /Users/J/.rvm/rubies/ruby-1.9.3 -p392 / bin / ruby ,这看起来很腥,对吧?
您需要更新Bundler: gem update bundler
RubyGems版本2.0 的错误:
以下是。
This error appears for a new rails app, with nothing modified, when visiting the homepage (after successfully running bundle install).
Here are the version numbers:
ruby: 1.9.3p392 (2013-02-22 revision 39386) [x86_64-darwin12.2.1]
rails: 3.2.12
rvm: 1.18.14
gem: 2.0.0
bundler: 1.3.0.pre.8
Calling which ruby returns /Users/J/.rvm/rubies/ruby-1.9.3-p392/bin/ruby, which seems fishy, right?
You need to update Bundler: gem update bundler
RubyGems release 2.0 seems to be the trigger for the error:
Here are the issue details.
这篇关于NameError:未初始化的常量Gem :: SourceIndex的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!