summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.