Vidyalelo
Ruby Programming · Q53

Ruby Gems

Programming · Ruby Programming · question 53

Q53

What is the purpose of the gem uninstall gem_name -I command in Ruby?

A.
Removes all installed versions of the gem
Answer
B.
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