Ruby - Gems and Bundler
Given this Gemfile snippet:
What happens when you run
source 'https://rubygems.org' gem 'rails', '~> 7.0.0' gem 'puma', '>= 5.0'
What happens when you run
bundle install?