summaryrefslogtreecommitdiff
path: root/man/bundle-update.ronn
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-04-28 19:37:03 -0700
committerAndre Arko <andre@arko.net>2016-04-28 19:37:03 -0700
commit83d7963850cbb1acbcf352767e8f831e442dc788 (patch)
tree2a0f19e2b6067ebe31a99dc3514ac877a332a3de /man/bundle-update.ronn
parentaea98a2f6bc79de014a8384751e6f34b463dfa49 (diff)
parent10ddd8aa530f940292a4f6a93a3fd2d60f5cdc3c (diff)
downloadbundler-83d7963850cbb1acbcf352767e8f831e442dc788.tar.gz
Merge tag 'v1.12.0'
Version 1.12.0
Diffstat (limited to 'man/bundle-update.ronn')
-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 d38c9d2f36..0df3ee7abc 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