What is the purpose of the --development flag when installing gems using Bundler?
A. Installs gems only in development mode
B. Installs gems without development dependencies
C. Installs development dependencies along with regular dependencies
D. Installs gems without checking for dependencies
Answer: Option C
Join The Discussion