加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

无法使用ruby 2.0安装bundler 1.3.0

发布时间:2020-12-17 03:30:50 所属栏目:百科 来源:网络整理
导读:我安装了 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 bundlerUpda
我安装了 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.

解决方法

Bundler 1.3尚未发布,直到你必须安装预发布版本:

gem install bundler --pre

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读