diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-remove.ronn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bundle-remove.ronn b/man/bundle-remove.ronn index da86316f22..f1ad41938e 100644 --- a/man/bundle-remove.ronn +++ b/man/bundle-remove.ronn @@ -7,14 +7,14 @@ bundle-remove(1) -- Removes gem specified in Gemfile ## DESCRIPTION -Removes a set of specified gems from the Gemfile or if needed from the bundle itself. +Removes a set of specified gems from the Gemfile or if needed runs `bundle install` and removes them from bundle as well. If any gem specified to be removed does not exist the in Gemfile, Bundler prints error message. -If gem could not be removed due to any reason Bundler warns the user. +If the gem could not be removed due to any reason, Bundler warns the user. ## OPTIONS * `--install`: - Runs 'bundle install' after removing the gems from the gemfile. + Runs 'bundle install' after removing the gems from the gemfile. This option sync the lockfile. Example: |