class Bundler::Source::Git::GitProxy

def allow?

def allow?
  @git ? @git.allow_git_ops? : true
end