Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想删除我的 rails 应用程序上的所有 gem,因为我知道有些 gem 不用于我的应用程序。
从终端:
gem list
如何从我的宝石列表中删除这些宝石?
如果您使用的是 rvm,请在终端中输入:
rvm gemset empty
gem uninstall yourgem. gem --help为您准备更多
gem uninstall yourgem
gem --help