Q38
Which command is used to list outdated gems and their dependencies in Ruby?
A.
gem outdated --all
AnswerB.
gem old
C.
gem update
D.
gem update --system
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board