summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSteve Robinson <steve.rob@me.com>2015-06-04 00:48:32 +0530
committerSteve Robinson <steve.rob@me.com>2015-06-04 00:48:32 +0530
commitedfef25b8a968a69d812a64f04dda319e5753140 (patch)
treed7ea06149aa00b23b0096a1e14c2d1a5f6c2d97c /man
parent49dd255b977fbf3dda5ac2ff84efa5c995137fc4 (diff)
downloadbundler-edfef25b8a968a69d812a64f04dda319e5753140.tar.gz
Add man docs for bundle install --force option
Diffstat (limited to 'man')
-rw-r--r--man/bundle-install.ronn5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn
index 381b714ba9..4cc8fd4b19 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -10,6 +10,7 @@ bundle-install(1) -- Install the dependencies specified in your Gemfile
[--jobs=NUMBER]
[--local]
[--deployment]
+ [--force]
[--no-cache]
[--no-prune]
[--path PATH]
@@ -80,6 +81,10 @@ update process below under [CONSERVATIVE UPDATING][].
`production` use. Please check carefully if you want to have this option
enabled in `development` or `test` environments.
+* `--force`:
+ Force download every gem, even if the required versions are already available
+ locally.
+
* `--system`:
Installs the gems specified in the bundle to the system's Rubygems location.
This overrides any previous [remembered][REMEMBERED OPTIONS] use of `--path`.