summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-04-28 15:50:32 -0700
committerAndre Arko <andre@arko.net>2016-04-28 16:03:02 -0700
commit42ef0abd154b844dd7fe8f94eb100cc7fe2aa3ac (patch)
tree52b3478d712b6c486f1616e80a6ee7b3d460ddc9
parentd40efa845428cabfcdfcea7e4a14ed8ffb3e7639 (diff)
downloadbundler-42ef0abd154b844dd7fe8f94eb100cc7fe2aa3ac.tar.gz
Document `update --ruby` option
-rw-r--r--man/bundle-update.ronn5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/bundle-update.ronn b/man/bundle-update.ronn
index b9900e3b50..e111ae786a 100644
--- a/man/bundle-update.ronn
+++ b/man/bundle-update.ronn
@@ -3,7 +3,7 @@ bundle-update(1) -- Update your gems to the latest available versions
## SYNOPSIS
-`bundle update` <*gems> [--group=NAME] [--source=NAME] [--local]
+`bundle update` <*gems> [--group=NAME] [--source=NAME] [--local] [--ruby]
## DESCRIPTION
@@ -31,6 +31,9 @@ gem.
* `--local`:
Do not attempt to fetch gems remotely and use the gem cache instead.
+* `--ruby`:
+ Update the locked version of Ruby to the current version of Ruby.
+
## UPDATING ALL GEMS
If you run `bundle update` with no parameters, bundler will ignore