class Bundler::Source::Git

def specs

def specs
  # Start by making sure the git cache is up to date
  cache
  checkout
  local_specs
end