Skip to content

Instantly share code, notes, and snippets.

@lodestone
Created January 23, 2009 16:54
Show Gist options
  • Save lodestone/51077 to your computer and use it in GitHub Desktop.
Save lodestone/51077 to your computer and use it in GitHub Desktop.
puts %x[gem list].split("\n").collect{|gem| gem[/\S+/]}.collect{|gem| "sudo gem install #{gem}" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment