Vidyalelo
Ruby Programming · Q30

Ruby Gems

Programming · Ruby Programming · question 30

Q30

What is the purpose of the bundle exec command in Ruby projects?

A.
Executes a command globally
B.
Executes a command without checking for dependencies
C.
Executes a command in the context of the current project's Gemfile
Answer
D.
Executes a command without running any associated scripts

Answer: Option C

Solution

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