2018-11-02 19:07:56 -04:00
|
|
|
BUNDLE-CLEAN(1) BUNDLE-CLEAN(1)
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
NAME
|
|
|
|
bundle-clean - Cleans up unused gems in your bundler directory
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
SYNOPSIS
|
|
|
|
bundle clean [--dry-run] [--force]
|
2018-11-02 19:07:56 -04:00
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
DESCRIPTION
|
2018-11-02 19:07:56 -04:00
|
|
|
This command will remove all unused gems in your bundler directory.
|
|
|
|
This is useful when you have made many changes to your gem dependen-
|
|
|
|
cies.
|
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
OPTIONS
|
|
|
|
--dry-run
|
2018-11-02 19:07:56 -04:00
|
|
|
Print the changes, but do not clean the unused gems.
|
|
|
|
|
2019-04-14 02:01:35 -04:00
|
|
|
--force
|
|
|
|
Force a clean even if --path is not set.
|
2018-11-02 19:07:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-07-10 11:26:55 -04:00
|
|
|
August 2019 BUNDLE-CLEAN(1)
|