summaryrefslogtreecommitdiff
path: root/lib/bundler/man/bundle-clean.1
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-12-07 18:11:56 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-08 16:01:01 +0900
commit01a2a0abc6a7deac27d66819531d53ceb7855c6a (patch)
treee97831b94dcd32549116402411f691bb023f7a97 /lib/bundler/man/bundle-clean.1
parent1c3aa4b97709676f2a254d0047d061e6bdff0472 (diff)
[rubygems/rubygems] Migrate documentation to be generated with nronn
https://github.com/rubygems/rubygems/commit/55281f0eaa
Diffstat (limited to 'lib/bundler/man/bundle-clean.1')
-rw-r--r--lib/bundler/man/bundle-clean.113
1 files changed, 3 insertions, 10 deletions
diff --git a/lib/bundler/man/bundle-clean.1 b/lib/bundler/man/bundle-clean.1
index 824fbe3c4d..00787da5f1 100644
--- a/lib/bundler/man/bundle-clean.1
+++ b/lib/bundler/man/bundle-clean.1
@@ -1,23 +1,16 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH "BUNDLE\-CLEAN" "1" "December 2023" "" ""
-.
+.\" generated with nRonn/v0.11.1
+.\" https://github.com/n-ronn/nronn/tree/0.11.1
+.TH "BUNDLE\-CLEAN" "1" "December 2023" ""
.SH "NAME"
\fBbundle\-clean\fR \- Cleans up unused gems in your bundler directory
-.
.SH "SYNOPSIS"
\fBbundle clean\fR [\-\-dry\-run] [\-\-force]
-.
.SH "DESCRIPTION"
This command will remove all unused gems in your bundler directory\. This is useful when you have made many changes to your gem dependencies\.
-.
.SH "OPTIONS"
-.
.TP
\fB\-\-dry\-run\fR
Print the changes, but do not clean the unused gems\.
-.
.TP
\fB\-\-force\fR
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\.