Could not find rake-10.1.0 in any of the sources

前端 未结 5 1718
感动是毒
感动是毒 2021-01-03 08:02

I have been working with rails and have been trying to setup passenger with rake 10.1.0 and it sends back me this errors.

Here is the link to the error.Website LInk

5条回答
  •  一整个雨季
    2021-01-03 08:30

    Your problem is that you added an additional gem that has unresolved dependencies. Run bundle update to update your dependencies and you should be good to go.

提交回复
热议问题