# File lib/bundler/source.rb, line 550
      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