How to select default gem version in ubuntu 14.04

Published on : April 27, 2026

Author:

Category: Gem


If you have multiple version gem , you can change the default version by this command

sudo update-alternatives –config gem

and you can check the version by

gem -v

 


Leave a Reply

Your email address will not be published. Required fields are marked *