mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
daedebd64a
commit
cac7644bdb
3 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -86,6 +86,7 @@ module Bundler
|
|||
gemfile
|
||||
path
|
||||
shebang
|
||||
simulate_version
|
||||
system_bindir
|
||||
trust-policy
|
||||
version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue