Ruby版本:
/Users/myname/.rvm/rubies/ruby-2.1.4/bin/ruby
当我尝试:
$ gem update --system
我收到以下错误:
ERROR: While executing gem ... (Gem::Exception)
Unable to require openssl, install OpenSSL and rebuild ruby (preferred) or use non-HTTPS sources
已经安装了OpenSSL:
$ brew install OpenSSL
Warning: openssl-1.0.1j already installed
我应该“重建红宝石”吗?什么是最好的方式?