class Bundler::Source::Git
def specs
def specs if allow_git_ops? && !@update # Start by making sure the git cache is up to date cache checkout @update = true end local_specs end
def specs if allow_git_ops? && !@update # Start by making sure the git cache is up to date cache checkout @update = true end local_specs end