Skip to content

Commit

Permalink
[rubygems/rubygems] Bundler: update command example in bundle-exec(1)
Browse files Browse the repository at this point in the history
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>

rubygems/rubygems@28bf5c8b33
  • Loading branch information
tnir authored and matzbot committed Jul 22, 2022
1 parent b3be030 commit d77633a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bundler/man/bundle-exec.1
Expand Up @@ -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
.
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/man/bundle-exec.1.ronn
Expand Up @@ -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
Expand Down

0 comments on commit d77633a

Please sign in to comment.