Bundler没有看到安装的gem(使用RVM)

时间:2015-06-02 03:11:49

标签: ruby-on-rails rvm

宝石在捆绑中,但捆绑商无法看到它。

Card

附录

~/rails_projects/xxx $ rake db:migrate
  Could not find rdoc-4.2.0 in any of the sources
  Run `bundle install` to install missing gems.

~/rails_projects/xxx $ bundle show rdoc
  /home/funkdified/.rvm/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/rdoc-4.2.0

如何让捆绑商看到捆绑的宝石?

2 个答案:

答案 0 :(得分:0)

您需要在context of bundler

中执行
R1.TI
  

此命令执行命令,使得Gemfile(5)中指定的所有gem在Ruby程序中都可用。

答案 1 :(得分:0)

TRY

gem install bundler

bundler gem可能有时会出现问题