class Bundler::Source::Git

def cached!

def cached!
  return if @allow_cached
  @local_specs = nil
  @allow_cached = true
end