1BUNDLE-CLEAN(1)                                                BUNDLE-CLEAN(1)
2
3
4

NAME

6       bundle-clean - Cleans up unused gems in your bundler directory
7

SYNOPSIS

9       bundle clean [--dry-run] [--force]
10

DESCRIPTION

12       This  command  will  remove  all unused gems in your bundler directory.
13       This is useful when you have made many changes to  your  gem  dependen‐
14       cies.
15

OPTIONS

17       --dry-run
18              Print the changes, but do not clean the unused gems.
19
20       --force
21              Forces  cleaning up unused gems even if Bundler is configured to
22              use globally installed gems. As a consequence, removes all  sys‐
23              tem gems except for the ones in the current application.
24
25
26
27
28                                 October 2022                  BUNDLE-CLEAN(1)
Impressum