pow says: Bundler::GemNotFound: Could not find rake-0.9.2.2 in any of the sources

后端 未结 4 2077
星月不相逢
星月不相逢 2021-01-30 04:34

I have a rails app that runs fine with rails s, but when I try to load it using pow I\'m getting this error:

Bundler::GemNotFound: Could not find ra         


        
4条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-30 04:57

    I guess you updated RVM and run into this known issue: https://github.com/37signals/pow/issues/271

    the easiest solution is to run it in project dir:

    rvm env . > .powenv
    

    OR:

    cd /project/path # with .rvmrc
    rvm env > .powenv
    

提交回复
热议问题