Ensure bundler exists

This commit is contained in:
Brian Cain 2020-02-18 15:16:29 -08:00
parent b326646fe5
commit dbec1a4182
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -2,6 +2,7 @@
git clone git@github.com:hashicorp/vagrant-spec.git
cd vagrant-spec
gem install bundle
bundle install
gem build vagrant-spec.gemspec
# Assumes this is being run in the same workspace as the main vagrant repo