# File lib/bundler/cli.rb, line 531
    def package
      Bundler.ui.level = "warn" if options[:quiet]
      setup_cache_all
      install
      # TODO: move cache contents here now that all bundles are locked
      Bundler.load.cache
    end