我安装了Ruby 2.0.0并且编译顺利但是当我使用bundle install
时它给了我这个错误:
Bundler is not compatible with Ruby 2.0 or Rubygems 2.0. Please upgrade to Bundler 1.3 or higher.
如果我尝试使用gem update bundler
更新它:
$ gem update bundler Updating installed gems Nothing to update
当我尝试更新RubyGems时:
$ gem update --system Latest version currently installed. Aborting.
我错过了什么?
我正在使用Ruby 2.0.0-p0& RVM 1.18.14。
答案 0 :(得分:7)
Bundler 1.3尚未发布,直到你必须安装预发布版本:
gem install bundler --pre