class Bundler::DepProxy

def method_missing(*args, &blk)

def method_missing(*args, &blk)
  @dep.send(*args, &blk)
end