Vidyalelo
Ruby Programming · Q24

Ruby Gems

Programming · Ruby Programming · question 24

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
Answer
C.
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