Vidyalelo
Ruby Programming · Q56

Ruby Gems

Programming · Ruby Programming · question 56

Q56

What is the purpose of the --no-ri and --no-rdoc flags when installing gems using Bundler?

A.
Installs gems without documentation
B.
Installs gems without checking for dependencies
C.
Skips generating documentation for installed gems
Answer
D.
Installs gems without updating the Gemfile.lock

Answer: Option C

Solution

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