Skip to content

Instantly share code, notes, and snippets.

@lorenadl
Last active May 11, 2018 09:45
Show Gist options
  • Save lorenadl/5e4713afa2e849caac6ddc343dfe6659 to your computer and use it in GitHub Desktop.
Save lorenadl/5e4713afa2e849caac6ddc343dfe6659 to your computer and use it in GitHub Desktop.
[RoR] Uninstall a gem installed by bundler, ok for RVM

Uninstall a gem installed by bundler

web_app$ bundle exec gem uninstall GEM_NAME

For RVM users: you have to use this method if you've set up a gemset for your particular project. Running:

gem uninstall GEM_NAME

from the project folder will uninstall GEM_NAME from your global/system level gemset instead of bundler's.

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