From 0e60b59d5884edb8f9aea023efd9b24f1ff02049 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 8 May 2020 14:19:04 +0900 Subject: Update the bundler version with master branch --- man/bundle-remove.1.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'man/bundle-remove.1.txt') 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) -- cgit v1.2.3