[rubygems/rubygems] docs(bundle-exec): recommend non-deprecated methods
https://github.com/rubygems/rubygems/commit/3b4934fb69
This commit is contained in:
parent
a98c3d229e
commit
fdf1076ef9
Notes:
git
2025-03-03 06:52:54 +00:00
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user