Vidyalelo
Ruby Programming · Q38

Ruby Gems

Programming · Ruby Programming · question 38

Q38

Which command is used to list outdated gems and their dependencies in Ruby?

A.
gem outdated --all
Answer
B.
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