From f341cfe81700b8a4ef51721f8b0d495ed9c68adf Mon Sep 17 00:00:00 2001 From: Graham Robertson Date: Sun, 18 Oct 2020 15:24:43 -0500 Subject: [PATCH] Gemfile: update vagrant-spec branch #11976 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f6c7edb67..565ca7959 100644 --- a/Gemfile +++ b/Gemfile @@ -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