openssl をインストールしようとしましたが、次のように表示されます。
すべての ruby を再インストールする必要があります。
rvm reinstall all --force
rvm reinstall ruby-2.0.0-p0 --with-gcc=gcc-4.7 --with-openssl-dir=$rvm_path/usr
上記の行を実行すると、You requested building with 'gcc-4.7' but it is not in your path. が表示されます。gccが既にインストールされていると思っていたxcodeが既にインストールされています。
誰でもこれに対する答えを知っています。