What is the purpose of the --platform flag when installing gems using Bundler?
A. Installs gems without documentation
B. Installs gems without updating the Gemfile.lock
C. Skips installing gem dependencies
D. Specifies the platform for which the gem should be installed
Answer: Option D
Join The Discussion