Gemfile: update vagrant-spec branch #11976

This commit is contained in:
Graham Robertson 2020-10-18 15:24:43 -05:00
parent 22795b161b
commit f341cfe817

View File

@ -5,5 +5,5 @@ gemspec
if File.exist?(File.expand_path("../../vagrant-spec", __FILE__))
gem 'vagrant-spec', path: "../vagrant-spec"
else
gem 'vagrant-spec', git: "https://github.com/hashicorp/vagrant-spec.git"
gem 'vagrant-spec', git: "https://github.com/hashicorp/vagrant-spec.git", branch: :main
end