Skip to content

Instantly share code, notes, and snippets.

@renshuki
Last active March 18, 2019 13:23
Show Gist options
  • Save renshuki/6f708534f6eba8c3af98fbc76f0024c0 to your computer and use it in GitHub Desktop.
Save renshuki/6f708534f6eba8c3af98fbc76f0024c0 to your computer and use it in GitHub Desktop.
Delete all installed Ruby gems

Command to uninstall all gems in Ruby

gem list | cut -d" " -f1 | xargs gem uninstall -aIx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment