# File lib/bundler/source.rb, line 318
      def specs
        # Start by making sure the git cache is up to date
        cache
        checkout
        local_specs
      end