Snippets

Chris Charlton Ruby & Gem commands

Created by Chris Charlton last modified

Update all system Gems

sudo gem update `gem list | cut -d ' ' -f 1`

Update all gems via RubyGems

gem update --system

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.