[rubygems/rubygems] Add gem exec command

ca69a317f3
This commit is contained in:
Samuel Giddins 2023-01-25 17:08:14 -08:00 committed by git
parent 693e4dec23
commit cbe14cc8e6
3 changed files with 196 additions and 5 deletions

View file

@ -43,6 +43,7 @@ class Gem::CommandManager
:contents,
:dependency,
:environment,
:exec,
:fetch,
:generate_index,
:help,