Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot load such file -- capistrano/ext/multistage #3

Open
ghost opened this issue Jul 8, 2013 · 2 comments
Open

cannot load such file -- capistrano/ext/multistage #3

ghost opened this issue Jul 8, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 8, 2013

I'm using rvm 1.16.20
and noticed the following issue

.rvm/gems/ruby-1.9.3-p0@mygemset/gems/capistrano-2.8.0/lib/capistrano/configuration/loading.rb:152:in `require': cannot load such file -- capistrano/ext/multistage (LoadError)

Using

  • ruby-1.9.3-p0
  • ruby-1.9.3-p362

... but I do not have this issue using

  • ruby-1.9.3-p194

My first three lines of my Capfile are

load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins//recipes/.rb'].each { |plugin| load(plugin) }
require 'capistrano/ext/multistage'

@kellydunn
Copy link

+1 I'm also experiencing this issue on ruby-1.9.3-p448

@chileshemartin
Copy link

If you are using capistrano 3.11.1 or later, just comment the line require 'capistrano/ext/multistage' from deploy.rb. It was the cause of all my nightmares.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants