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