Rails: Error running 'bundle' command

前端 未结 2 427
执笔经年
执笔经年 2021-01-16 15:21

I am running bundle install --local and getting the following error:

Your bundle is locked to rake (11.2.2), but that version could not be found i

2条回答
  •  野的像风
    2021-01-16 15:52

    Try running these commands

    gem install rubygems-bundler
    gem regenerate_binstubs
    

提交回复
热议问题