# File lib/bundler/cli/doctor.rb, line 54
    def bundles_for_gem(spec)
      Dir.glob("#{spec.full_gem_path}/**/*.bundle")
    end