Check the true statement(s)
bundle install installs all the gems specified in the Gemfile and generates a Gemfile.lock file
bundle exec ensures that the gems specified in the Gemfile are used
bundle outdated gets the date of the last generation of the Gemfile.lock
bundle update updates the bundler gem