From 1c830dc4a54b2f7ed71731e8f2402daf3e4d1375 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Mon, 20 Apr 2020 15:44:14 +0100 Subject: [PATCH] Fix CI by pinning version of vagrant-spec for dev --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1564e64..c06217a 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development do gem 'vagrant', :git => 'https://github.com/hashicorp/vagrant.git' end - gem 'vagrant-spec', :github => 'hashicorp/vagrant-spec' + gem 'vagrant-spec', :github => 'hashicorp/vagrant-spec', :ref => '161128f2216cee8edb7bcd30da18bd4dea86f98a' gem 'pry' end