Q24
What is the purpose of the bundle install --without production command in Ruby projects?
A.
Installs gems excluding those specified in the test group
B.
Installs gems excluding those specified in the production group
AnswerC.
Installs gems excluding those specified in the staging group
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board