Skip to content

Completely Remove Slate + Dependencies? #1563

Answered by MasterOdin
aaykut asked this question in Q&A
Discussion options

You must be logged in to vote

It depends on where bundle is installing the gems. On my system, bundle installs everything in a vendor/bundle folder, so I just need to delete that folder. If bundle installs stuff globally, you will need to manually go through and do gem uninstall ... for all gems, though this may break other things that rely on those same gems.

You should be able to see where it's installing stuff by doing bundle config path and if it's global, you can see the list of gems by doing gem list.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aaykut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants