Why am I getting this Passenger error Could not find rake-0.9.2.2 in any of the sources?

后端 未结 4 2093
日久生厌
日久生厌 2020-12-16 04:13

I just created a new empty Rails app, it\'s almost empty. I created it just to try to pinpoint the problem, but I\'m getting the following error.

I\'m using Rails 3.

4条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-16 04:30

    I fixed the same error doing packing the gems into vendor/bundle like this:

    From inside your app directory:

    $ bundle install --path vendor/bundle  
    

    Give a shot and tell me if that works to you.

提交回复
热议问题