[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:
Takuya Noguchi 2022-07-22 11:18:00 +00:00 коммит произвёл git
Родитель b3be030740
Коммит d77633a695
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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