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
AnswerD.
To manage Ruby gems
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board