Beginner Ruby
Q40 / 100

What is the purpose of "Gemfile" in a Ruby project?

Correct! Well done.

Incorrect.

The correct answer is B) It declares the gem (library) dependencies for the project, managed by Bundler

B

Correct Answer

It declares the gem (library) dependencies for the project, managed by Bundler

Explanation

A Gemfile lists the gems a project depends on; Bundler reads it to install and lock dependency versions in Gemfile.lock.

Progress
40/100