rails bundle clean

前端 未结 8 465
庸人自扰
庸人自扰 2020-12-02 16:27

After updating a bundle, you will have some gems that may be obsolete -- since a newer version of that gem has been installed. There is no such command under the bundl

相关标签:
8条回答
  • 2020-12-02 17:00

    Honestly, I had problems with bundler circular dependencies and the best way to go is rm -rf .bundle. Save yourselves the headache and just use the hammer.

    0 讨论(0)
  • 2020-12-02 17:02

    When searching for an answer to the very same question I came across gem_unused.
    You also might wanna read this article: http://chill.manilla.com/2012/12/31/clean-up-your-dirty-gemsets/
    The source code is available on GitHub: https://github.com/apolzon/gem_unused

    0 讨论(0)
提交回复
热议问题