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.
一部の gem がアプリで使用されていないことがわかっているため、Rails アプリからすべての gem を削除したいと考えています。
端末から:
gem list
これらの宝石を私の宝石リストから削除するにはどうすればよいですか?
rvm を使用している場合は、端末から次のように入力します。
rvm gemset empty
gem uninstall yourgem. gem --help他にもご用意しています
gem uninstall yourgem
gem --help