rails bundle clean

前端 未结 8 485
庸人自扰
庸人自扰 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:51

    Just remove the obsolete gems from your Gemfile. If you're talking about Heroku (you didn't mention that) then the slug is compiled each new release, just using the current contents of that file.

提交回复
热议问题