 
      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
                    
              Edit this document on GitHub if you caught an error or noticed something was missing.