Skip to content

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

@ghost

Description

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions