From b588e27cf5a6a9e0232cdbd72dc026b5fe31b9e6 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sun, 15 Mar 2020 18:24:58 -0400 Subject: [PATCH] Update vagrant in Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 312178f..12b7d2c 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ group :development do # We depend on Vagrant for development, but we don't add it as a # gem dependency because we expect to be installed within the # Vagrant environment itself using `vagrant plugin`. - gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :ref => 'v2.2.6' + gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :ref => 'v2.2.7' end group :plugins do