bundle install
This provides a more consistent version for `rubocop` than relying on `Homebrew.install_gem_setup_path!` (and we really want `brew style` to provide consistent output).
Newer versions require the systems RubyGems to be updated.
brew vendor-gems
This simplifies the process of vendoring gems given `Gemfile` or `Gemfile.lock` changes.