![Docs header transparent bg](/documentation/bundler/images/docs_header_transparent_bg.png)
Choose version
Primary Commands
Utilities
bundle clean
Cleans up unused gems in your bundler directory
$ bundle clean [--dry-run] [--force]
Options:
--dry-run
: Only print out changes, do not actually clean
gems
--force
: Forces clean even if --path is set