lib/bundler/cli/cache.rb in bundler-2.2.24 vs lib/bundler/cli/cache.rb in bundler-2.2.25

- old
+ new

@@ -7,10 +7,10 @@ def initialize(options) @options = options end def run - Bundler.ui.level = "error" if options[:quiet] + Bundler.ui.level = "warn" if options[:quiet] Bundler.settings.set_command_option_if_given :path, options[:path] Bundler.settings.set_command_option_if_given :cache_path, options["cache-path"] setup_cache_all install