[rubygems/rubygems] docs(bundle-exec): recommend non-deprecated methods

https://github.com/rubygems/rubygems/commit/3b4934fb69
This commit is contained in:
Michael Chui 2025-02-27 16:20:08 -08:00 committed by Hiroshi SHIBATA
parent a98c3d229e
commit fdf1076ef9
Notes: git 2025-03-03 06:52:54 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -74,8 +74,8 @@ end
Bundler provides convenience helpers that wrap \fBsystem\fR and \fBexec\fR, and they can be used like this: Bundler provides convenience helpers that wrap \fBsystem\fR and \fBexec\fR, and they can be used like this:
.IP "" 4 .IP "" 4
.nf .nf
Bundler\.clean_system('brew install wget') Bundler\.unbundled_system('brew install wget')
Bundler\.clean_exec('brew install wget') Bundler\.unbundled_exec('brew install wget')
.fi .fi
.IP "" 0 .IP "" 0
.SH "RUBYGEMS PLUGINS" .SH "RUBYGEMS PLUGINS"

View File

@ -108,8 +108,8 @@ need to use `with_unbundled_env`.
Bundler provides convenience helpers that wrap `system` and `exec`, and they Bundler provides convenience helpers that wrap `system` and `exec`, and they
can be used like this: can be used like this:
Bundler.clean_system('brew install wget') Bundler.unbundled_system('brew install wget')
Bundler.clean_exec('brew install wget') Bundler.unbundled_exec('brew install wget')
## RUBYGEMS PLUGINS ## RUBYGEMS PLUGINS