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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.