The scripts folder contains various utility scripts that help to
maintain the Vector project. All of these are exposed through the Makefile,
and it should be rare that you have to call these directly.
Make sure you have Ruby installed. A simple way to install this is:
brew install rbenv
rbenv install 2.6.3
rbenv global 2.6.3We also need bundler
gem install bundler
These are currently the only requirements.