What is the purpose of the --install-dir flag when installing gems using Bundler?
A. Installs gems without documentation
B. Installs gems without updating the Gemfile.lock
C. Specifies the directory where the gem should be installed
D. Skips installing gem dependencies
Answer: Option C

Join The Discussion