1BUNDLE-CLEAN(1) BUNDLE-CLEAN(1)
23
4
NAME
6bundle-clean - Cleans up unused gems in your bundler directory
7
SYNOPSIS
9bundle clean [--dry-run] [--force]
10
DESCRIPTION
12This command will remove all unused gems in your bundler directory.
13This is useful when you have made many changes to your gem dependenā
14cies.
15
OPTIONS
17--dry-run
18Print the changes, but do not clean the unused gems.
1920
--force
21Force a clean even if --path is not set.
2223
24
25
26
December 2021 BUNDLE-CLEAN(1)