summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-04-01 02:30:17 +0100
committerAndre Arko <andre@arko.net>2015-04-01 02:30:17 +0100
commit7509af39f50896ff33db02bb47582489ff53a933 (patch)
treed1c39c08e5250d854950133cb59ed44b5333e7e6
parentf615524153ab9d6eee7a401544aa075d3f7a210e (diff)
downloadbundler-7509af39f50896ff33db02bb47582489ff53a933.tar.gz
frozen isn't a supported option
-rw-r--r--man/bundle-install.ronn5
1 files changed, 0 insertions, 5 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn
index 1e266ede17..49099294e5 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -8,7 +8,6 @@ bundle-install(1) -- Install the dependencies specified in your Gemfile
[--full-index]
[--gemfile=GEMFILE]
[--jobs=NUMBER]
- [--frozen]
[--local]
[--deployment]
[--no-cache]
@@ -69,10 +68,6 @@ update process below under [CONSERVATIVE UPDATING][].
* `--jobs=[<number>]`:
Install gems by starting <number> of workers parallely.
-* `--frozen`:
- Do not allow the Gemfile.lock to be updated after this install. Remembered in
- the local configuration.
-
* `--local`:
Do not attempt to connect to `rubygems.org`. Instead, Bundler will use the
gems already present in Rubygems' cache or in `vendor/cache`. Note that if a