summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Campbell <nitrodist@gmail.com>2016-04-15 11:20:52 -0400
committerMark Campbell <nitrodist@gmail.com>2016-04-15 11:20:52 -0400
commitba1d0c662932ffee99a34d221191912b4821a3f9 (patch)
tree4e4b3cfeb054460f129a777015834819f151b6f5
parent3a09448d8b060f2688dbc73bfa1eb08e1bd126f3 (diff)
downloadbundler-ba1d0c662932ffee99a34d221191912b4821a3f9.tar.gz
Update bundle install man page with --frozen option
This option has existed since v1.1 and we're currently on v1.11!
-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 efbf06d136..b5391fa024 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -11,6 +11,7 @@ bundle-install(1) -- Install the dependencies specified in your Gemfile
[--local]
[--deployment]
[--force]
+ [--frozen]
[--no-cache]
[--no-prune]
[--path PATH]
@@ -86,6 +87,10 @@ update process below under [CONSERVATIVE UPDATING][].
Force download every gem, even if the required versions are already available
locally.
+* `--frozen`:
+ Do not allow the Gemfile.lock to be updated after this install. Exits
+ non-zero if there are going to be changes to the Gemfile.lock.
+
* `--system`:
Installs the gems specified in the bundle to the system's Rubygems location.
This overrides any previous [remembered][REMEMBERED OPTIONS] use of `--path`.