Pages

Friday, February 25, 2011

gem update system is disabled on Debian


andrew@akornilov-desktop:~$ sudo gem update --system
ERROR:  While executing gem ... (RuntimeError)
    gem update --system is disabled on Debian. RubyGems can be updated using the official Debian repositories by aptitude or apt-get.


вирішення проблеми:


sudo gem install rubygems-update
cd /var/lib/gems/1.8/bin
sudo ./update_rubygems

No comments: