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
sudo gem cleanupAnd you're done
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.
sudo gem cleanupAnd you're done
Quite recently we startet in the company to use and write some Go programs. I love Go. It's easy to learn, read and modify. One of the m...
No comments:
Post a Comment