[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 committed by git
parent b3be030740
commit d77633a695
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ You can find a list of all the gems containing gem plugins by running
. .
.nf .nf
ruby \-rrubygems \-e "puts Gem\.find_files(\'rubygems_plugin\.rb\')" ruby \-e "puts Gem\.find_files(\'rubygems_plugin\.rb\')"
. .
.fi .fi
. .

View File

@ -145,7 +145,7 @@ their plugins.
You can find a list of all the gems containing gem plugins You can find a list of all the gems containing gem plugins
by running 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 At the very least, you should remove all but the newest
version of each gem plugin, and also remove all gem plugins version of each gem plugin, and also remove all gem plugins