Is there a command that tells you the other gems that a gem depends on?
Also, is there a way to auto install the gem's dependencies?
Is there a command that tells you the other gems that a gem depends on?
Also, is there a way to auto install the gem's dependencies?
The following information was pulled from the rubygems command reference linked below.
http://guides.rubygems.org/command-reference/#gem-dependency
The first command you're asking for is "gem dependency". Below is the command description.
The second command you'll need is "gem install". Dependencies get installed automatically. Read the quote below from the command reference for more detail.