зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Bundler: update command example in bundle-exec(1)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> https://github.com/rubygems/rubygems/commit/28bf5c8b33
This commit is contained in:
Родитель
b3be030740
Коммит
d77633a695
|
@ -155,7 +155,7 @@ You can find a list of all the gems containing gem plugins by running
|
|||
.
|
||||
.nf
|
||||
|
||||
ruby \-rrubygems \-e "puts Gem\.find_files(\'rubygems_plugin\.rb\')"
|
||||
ruby \-e "puts Gem\.find_files(\'rubygems_plugin\.rb\')"
|
||||
.
|
||||
.fi
|
||||
.
|
||||
|
|
|
@ -145,7 +145,7 @@ their plugins.
|
|||
You can find a list of all the gems containing gem plugins
|
||||
by running
|
||||
|
||||
ruby -rrubygems -e "puts Gem.find_files('rubygems_plugin.rb')"
|
||||
ruby -e "puts Gem.find_files('rubygems_plugin.rb')"
|
||||
|
||||
At the very least, you should remove all but the newest
|
||||
version of each gem plugin, and also remove all gem plugins
|
||||
|
|
Загрузка…
Ссылка в новой задаче