diff --git a/lib/bundler/man/bundle-config.1 b/lib/bundler/man/bundle-config.1 index c4421724524a81..920849a065b043 100644 --- a/lib/bundler/man/bundle-config.1 +++ b/lib/bundler/man/bundle-config.1 @@ -296,7 +296,7 @@ The following is a list of all configuration keys and their purpose\. You can le \fBuser_agent\fR (\fBBUNDLE_USER_AGENT\fR): The custom user agent fragment Bundler includes in API requests\. . .IP "\(bu" 4 -\fBversion\fR (\fBBUNDLE_VERSION\fR): The version of Bundler to use when running under Bundler environment\. Defaults to \fBlocal\fR\. You can also specify \fBsystem\fR or \fBx\.y\.z\fR\. \fBlockfile\fR will use the Bundler version specified in the \fBGemfile\.lock\fR, \fBsystem\fR will use the system version of Bundler, and \fBx\.y\.z\fR will use the specified version of Bundler\. +\fBversion\fR (\fBBUNDLE_VERSION\fR): The version of Bundler to use when running under Bundler environment\. Defaults to \fBlockfile\fR\. You can also specify \fBsystem\fR or \fBx\.y\.z\fR\. \fBlockfile\fR will use the Bundler version specified in the \fBGemfile\.lock\fR, \fBsystem\fR will use the system version of Bundler, and \fBx\.y\.z\fR will use the specified version of Bundler\. . .IP "\(bu" 4 \fBwith\fR (\fBBUNDLE_WITH\fR): A \fB:\fR\-separated list of groups whose gems bundler should install\. diff --git a/lib/bundler/man/bundle-config.1.ronn b/lib/bundler/man/bundle-config.1.ronn index 3e2e01dd82a84a..b935329b4e322a 100644 --- a/lib/bundler/man/bundle-config.1.ronn +++ b/lib/bundler/man/bundle-config.1.ronn @@ -276,7 +276,7 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html). The custom user agent fragment Bundler includes in API requests. * `version` (`BUNDLE_VERSION`): The version of Bundler to use when running under Bundler environment. - Defaults to `local`. You can also specify `system` or `x.y.z`. + Defaults to `lockfile`. You can also specify `system` or `x.y.z`. `lockfile` will use the Bundler version specified in the `Gemfile.lock`, `system` will use the system version of Bundler, and `x.y.z` will use the specified version of Bundler.