1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Merge Bundler 2.1.0.pre.1 as developed version from upstream.

a53709556b

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2019-04-14 06:01:35 +00:00
parent d636809c05
commit 68ddd4d300
290 changed files with 5820 additions and 6161 deletions

View file

@ -2,25 +2,25 @@ BUNDLE-CLEAN(1) BUNDLE-CLEAN(1)
1mNAME0m
1mbundle-clean 22m- Cleans up unused gems in your bundler directory
NAME
bundle-clean - Cleans up unused gems in your bundler directory
1mSYNOPSIS0m
1mbundle clean 22m[--dry-run] [--force]
SYNOPSIS
bundle clean [--dry-run] [--force]
1mDESCRIPTION0m
DESCRIPTION
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.
1mOPTIONS0m
1m--dry-run0m
OPTIONS
--dry-run
Print the changes, but do not clean the unused gems.
1m--force0m
Force a clean even if 1m--path 22mis not set.
--force
Force a clean even if --path is not set.
November 2018 BUNDLE-CLEAN(1)
March 2019 BUNDLE-CLEAN(1)