Skip to content

Instantly share code, notes, and snippets.

@bosko
Created January 18, 2011 14:07
Show Gist options
  • Save bosko/784472 to your computer and use it in GitHub Desktop.
Save bosko/784472 to your computer and use it in GitHub Desktop.
List all installed gems without versions
ruby -e "%x[gem list].split(\"\n\").each{|l| puts l.split(' ')[0]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment