Ruby 2.3.1 にアップデートしようとしています。hereからダウンロードして、次のことを行いました。
./configure
make
sudo make install
それから私は得ました:
/home/sawa/Downloads/ruby-2.3.1/lib/rubygems/installer.rb:227:in `check_executable_overwrite': no implicit conversion of nil into String (TypeError)
これを修正して Ruby をアップグレードするにはどうすればよいですか?
Rubyがインストールされていることがわかりました。しかし、これが起こって以来、宝石の更新に問題があります。私は得る:
sudo gem update --system
Updating rubygems-update
ERROR: While executing gem ... (TypeError)
no implicit conversion of nil into String
どうすれば修正できますか?