File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7474Bundler provides convenience helpers that wrap \fB system \fR and \fB exec \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"
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ need to use `with_unbundled_env`.
108108Bundler provides convenience helpers that wrap ` system ` and ` exec ` , and they
109109can 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
You can’t perform that action at this time.
0 commit comments