Skip to content

Commit fdf1076

Browse files
saraidhsbt
authored andcommitted
[rubygems/rubygems] docs(bundle-exec): recommend non-deprecated methods
ruby/rubygems@3b4934fb69
1 parent a98c3d2 commit fdf1076

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/bundler/man/bundle-exec.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ end
7474
Bundler provides convenience helpers that wrap \fBsystem\fR and \fBexec\fR, and they can be used like this:
7575
.IP "" 4
7676
.nf
77-
Bundler\.clean_system('brew install wget')
78-
Bundler\.clean_exec('brew install wget')
77+
Bundler\.unbundled_system('brew install wget')
78+
Bundler\.unbundled_exec('brew install wget')
7979
.fi
8080
.IP "" 0
8181
.SH "RUBYGEMS PLUGINS"

lib/bundler/man/bundle-exec.1.ronn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ need to use `with_unbundled_env`.
108108
Bundler provides convenience helpers that wrap `system` and `exec`, and they
109109
can be used like this:
110110

111-
Bundler.clean_system('brew install wget')
112-
Bundler.clean_exec('brew install wget')
111+
Bundler.unbundled_system('brew install wget')
112+
Bundler.unbundled_exec('brew install wget')
113113

114114

115115
## RUBYGEMS PLUGINS

0 commit comments

Comments
 (0)