在Ubuntu 12.10上运行bundle install -without production时出错

时间:2013-04-03 05:56:16

标签: ruby-on-rails ubuntu bundle

我目前正在尝试在Ubuntu 12.10上运行bundle install -without production

这就是我得到的

  

oyebimbola @ ubuntu:〜/ rails_projects / first_app $ bundle install - withoutout production   :1:require': cannot load such file -- rubygems.rb (LoadError) from <internal:gem_prelude>:1:in'

1 个答案:

答案 0 :(得分:0)

尝试使用以下命令更新rubygems:

gem update --system

之后安装最新版本的bundler

gem update bundler