If you want to have all your gems updated there is quite a simple command to execute
sudo gem update `gem list | cut -d ' ' -f 1`
This will take the list of all installed gems and update it to the latest available version. Furthermore you can simply remove now all the unused, old versions by executing
No comments:
Post a Comment