Visit our main website ›
Page Title
Body Ruby Gems is used to install, update and remove Ruby libraries from your system. To update Ruby Gems on your server, use the following command: <pre><code> sudo gem update --system </code></pre> If this fails, follow these steps to upgrade it manually: <pre><code> wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz tar xfz rubygems-* cd rubygems-* sudo ruby setup.rb cd .. </code></pre>
Make page private