aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
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 efbf06d1..b5391fa0 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`.