使用rvm,我将我的ruby升级到1.9.3-p392,还添加了2.0.0,每当我尝试使用这个版本时,当我运行我的bundle命令时,我都会得到这个错误。You must recompile Ruby with OpenSSL support or change the sources in your Gemfile from 'https' to 'http关于如何<
Mac是Ruby on Rails的新用户。我试图重新安装Ruby2.0.0,因为RubyGem出现了一些问题,使我无法安装Rails。在重新安装接近尾声时,我收到了一条错误消息,其中说RubyGem安装失败:
Removing /Users/yuanhunglo/.rvm/src/ruby-2.0.0-p0...-2.0.0-p0
当我尝试在3.1中加载rails控制台时,我得到了以下错误。为什么我会得到这个?我做错了什么吗?/home/brettlee/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/irb/completion.rb:9:in `require': no such fileto load -- readline (LoadError)
from /home&