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