From 9763e2de016606e4ffdaf83c2ad4da436d4a585d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 12 Aug 2025 19:20:55 +0200 Subject: [rubygems/rubygems] The `bundle clean` command should not be hidden https://github.com/rubygems/rubygems/commit/eab6366e2e --- lib/bundler/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index 47a39069cc..c17dda30f3 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -559,7 +559,7 @@ module Bundler File.expand_path("templates", __dir__) end - desc "clean [OPTIONS]", "Cleans up unused gems in your bundler directory", hide: true + desc "clean [OPTIONS]", "Cleans up unused gems in your bundler directory" method_option "dry-run", type: :boolean, default: false, banner: "Only print out changes, do not clean gems" method_option "force", type: :boolean, default: false, banner: "Forces cleaning up unused gems even if Bundler is configured to use globally installed gems. As a consequence, removes all system gems except for the ones in the current application." def clean -- cgit v1.2.3