Small tweak to upgrade rubygems

This is just a small tweak that will help you in upgrading rubygems successfully. 

gem install rubygems-update -v 3.5.23 # installing gem
update_rubygems # updating rubygems from the gem
gem update --system # updating system
 
467
All posts