What is the purpose of the gem uninstall gem_name -I command in Ruby?
A. Removes all installed versions of the gem
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
Join The Discussion