class Bundler::IncorrectLockfileDependencies

def initialize(spec)

def initialize(spec)
  @spec = spec
end

def message

def message
  "Bundler found incorrect dependencies in the lockfile for #{spec.full_name}"
end