Ruby - Gems and Bundler
Which of the following is the correct command to install gems listed in a Gemfile using Bundler?
bundle install reads the Gemfile and installs the specified gems.gem install installs a single gem, bundle update updates gems, and ruby install is invalid.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions