rails bundle clean

前端 未结 8 497
庸人自扰
庸人自扰 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 16:54

    I assume you install gems into vendor/bundle? If so, why not just delete all the gems and do a clean bundle install?

提交回复
热议问题