Ruby - Gems and Bundler
Given this Gemfile:
What will Bundler do when you run
source 'https://rubygems.org' gem 'nokogiri', '~> 1.12.0' gem 'httparty', '~> 0.18.0'
What will Bundler do when you run
bundle install for the first time?