diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2016-06-20 13:11:06 -0500 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-06-20 13:11:06 -0500 |
commit | e3a1ba59a990da2a069f1ef7d1297eeca389f107 (patch) | |
tree | 5870638668dd732b4e4a40e553c51d9165bfd1c9 /man | |
parent | e45c11f34b350ac74d661b03927e8345c2f7da4c (diff) | |
download | bundler-e3a1ba59a990da2a069f1ef7d1297eeca389f107.tar.gz |
[Docs] Add update --bundler
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-update.ronn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/bundle-update.ronn b/man/bundle-update.ronn index 0df3ee7abc..47d70f661c 100644 --- a/man/bundle-update.ronn +++ b/man/bundle-update.ronn @@ -34,6 +34,9 @@ gem. * `--ruby`: Update the locked version of Ruby to the current version of Ruby. +* `--bundler`: + Update the locked version of bundler to the invoked bundler version. + ## UPDATING ALL GEMS If you run `bundle update` with no parameters, bundler will ignore |