2018-11-02 23:07:56 +00:00
|
|
|
BUNDLE-CLEAN(1) BUNDLE-CLEAN(1)
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-04-14 06:01:35 +00:00
|
|
|
NAME
|
|
|
|
bundle-clean - Cleans up unused gems in your bundler directory
|
2018-11-02 23:07:56 +00:00
|
|
|
|
2019-04-14 06:01:35 +00:00
|
|
|
SYNOPSIS
|
|
|
|
bundle clean [--dry-run] [--force]
|
2018-11-02 23:07:56 +00:00
|
|
|
|
2019-04-14 06:01:35 +00:00
|
|
|
DESCRIPTION
|
2018-11-02 23:07:56 +00: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 06:01:35 +00:00
|
|
|
OPTIONS
|
|
|
|
--dry-run
|
2018-11-02 23:07:56 +00:00
|
|
|
Print the changes, but do not clean the unused gems.
|
|
|
|
|
2019-04-14 06:01:35 +00:00
|
|
|
--force
|
|
|
|
Force a clean even if --path is not set.
|
2018-11-02 23:07:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2019-09-18 15:28:08 +09:00
|
|
|
September 2019 BUNDLE-CLEAN(1)
|