Vidyalelo
Ruby Programming · Q37

Ruby Gems

Programming · Ruby Programming · question 37

Q37

What does the gem install gemfile command do in Ruby?

A.
Installs gems without checking for dependencies
B.
Installs a gem using the specified gemfile
Answer
C.
Installs gems without updating the Gemfile.lock
D.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board