[rubygems/rubygems] Document the simulate_version setting

1ffd83f6c2
This commit is contained in:
David Rodríguez 2025-06-27 12:23:17 +02:00 committed by Hiroshi SHIBATA
parent daedebd64a
commit cac7644bdb
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
3 changed files with 8 additions and 0 deletions

View file

@ -179,6 +179,9 @@ Whether Bundler should silence deprecation warnings for behavior that will be ch
\fBsilence_root_warning\fR (\fBBUNDLE_SILENCE_ROOT_WARNING\fR)
Silence the warning Bundler prints when installing gems as root\.
.TP
\fBsimulate_version\fR (\fBBUNDLE_SIMULATE_VERSION\fR)
The virtual version Bundler should use for activating feature flags\. Can be used to simulate all the new functionality that will be enabled in a future major version\.
.TP
\fBssl_ca_cert\fR (\fBBUNDLE_SSL_CA_CERT\fR)
Path to a designated CA certificate file or folder containing multiple certificates for trusted CAs in PEM format\.
.TP

View file

@ -192,6 +192,10 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html).
be changed in the next major version.
* `silence_root_warning` (`BUNDLE_SILENCE_ROOT_WARNING`):
Silence the warning Bundler prints when installing gems as root.
* `simulate_version` (`BUNDLE_SIMULATE_VERSION`):
The virtual version Bundler should use for activating feature flags. Can be
used to simulate all the new functionality that will be enabled in a future
major version.
* `ssl_ca_cert` (`BUNDLE_SSL_CA_CERT`):
Path to a designated CA certificate file or folder containing multiple
certificates for trusted CAs in PEM format.

View file

@ -86,6 +86,7 @@ module Bundler
gemfile
path
shebang
simulate_version
system_bindir
trust-policy
version