summaryrefslogtreecommitdiff
path: root/man/bundle-remove.1.txt
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-08 14:19:04 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-13 07:54:37 +0900
commit0e60b59d5884edb8f9aea023efd9b24f1ff02049 (patch)
treee52935ce510440872ca5ce6b0e092cbc94f18bc9 /man/bundle-remove.1.txt
parent68224651a4d4dc3ce0cea666f5423dd8b6ba6cfc (diff)
Update the bundler version with master branch
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3086
Diffstat (limited to 'man/bundle-remove.1.txt')
-rw-r--r--man/bundle-remove.1.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/bundle-remove.1.txt b/man/bundle-remove.1.txt
index 7203422f39..828cf59d94 100644
--- a/man/bundle-remove.1.txt
+++ b/man/bundle-remove.1.txt
@@ -1,4 +1,4 @@
-BUNDLE-REMOVE(1) BUNDLE-REMOVE(1)
+BUNDLE-REMOVE(1) BUNDLE-REMOVE(1)
@@ -9,17 +9,17 @@ SYNOPSIS
bundle remove [GEM [GEM ...]] [--install]
DESCRIPTION
- Removes the given gems from the Gemfile while ensuring that the result-
- ing Gemfile is still valid. If a gem cannot be removed, a warning is
- printed. If a gem is already absent from the Gemfile, and error is
+ Removes the given gems from the Gemfile while ensuring that the
+ resulting Gemfile is still valid. If a gem cannot be removed, a warning
+ is printed. If a gem is already absent from the Gemfile, and error is
raised.
OPTIONS
--install
- Runs bundle install after the given gems have been removed from
- the Gemfile, which ensures that both the lockfile and the
- installed gems on disk are also updated to remove the given
- gem(s).
+ Runs bundle install after the given gems have been removed from
+ the Gemfile, which ensures that both the lockfile and the
+ installed gems on disk are also updated to remove the given
+ gem(s).
Example:
@@ -31,4 +31,4 @@ OPTIONS
- January 2020 BUNDLE-REMOVE(1)
+ May 2020 BUNDLE-REMOVE(1)