无法使用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 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |