From b1d92d964e2a9c5686fd28c3d2aed832d486657e Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 29 Jun 2020 01:15:36 -0400 Subject: [PATCH] Update vagrant in Gemfile to 2.2.9 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 12b7d2c..cca53a7 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.7' + gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git", :ref => 'v2.2.9' end group :plugins do