Rails 4, Capistrano 3.0.0, cannot load such file — deploy

后端 未结 9 1110
心在旅途
心在旅途 2020-12-13 08:47

I just ran bundle update and capistrano got updated to 3.0.0 but now when I run cap deploy I get an error and can\'t figure out how to fix this. I have been updating my serv

9条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 09:14

    Make sure you are using bundle exec (most likely you have multiple gem versions of capistrano)

    i.e.

    bundle exec cap -T

提交回复
热议问题