Please require this file from within a Capistrano recipe (LoadError)

前端 未结 4 1923
小蘑菇
小蘑菇 2020-12-28 12:05

I\'m using Capistrano 2 with Rails 3 project. Recently I rebuilt my gemset form scratch and now I receive error \"Please require this file from within a Capistrano recipe (L

4条回答
  •  囚心锁ツ
    2020-12-28 13:03

    In your Gemfile change this.

    gem 'rvm-capistrano', require: false

    This will solve the problem without any headache.

提交回复
热议问题