Q53
What is the purpose of the gem uninstall gem_name -I command in Ruby?
A.
Removes all installed versions of the gem
AnswerB.
Installs the gem without checking for dependencies
C.
Uninstalls the gem without removing its dependencies
D.
Reinstalls the gem without updating the Gemfile.lock
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board