Vidyalelo
Ruby Programming · Q8

Ruby Gems

Programming · Ruby Programming · question 8

Q8

What is the purpose of the gemfile.lock file in Ruby projects?

A.
To store a list of all installed gems
B.
To specify dependencies for the project
C.
To lock the versions of gems specified in the Gemfile
Answer
D.
To manage Ruby gems

Answer: Option C

Solution

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