class Bundler::DepProxy

def clone

def clone
  raise NoMethodError.new("DepProxy cannot be cloned")
end