From 859da75826a24890148505f2211de23bf350b75b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 05:38:30 +0000 Subject: [PATCH] Bump vagrant from v2.2.4 to v2.2.15 Bumps [vagrant](https://github.com/hashicorp/vagrant) from v2.2.4 to v2.2.15. - [Release notes](https://github.com/hashicorp/vagrant/releases) - [Changelog](https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/vagrant/compare/v2.2.4...9247e07fc8ffe2fdb91c6422bbb133a25983fe15) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6eca8e8..89dbd60 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' group :development do - gem 'vagrant', tag: 'v2.2.4', git: 'https://github.com/hashicorp/vagrant.git' + gem 'vagrant', tag: 'v2.2.15', git: 'https://github.com/hashicorp/vagrant.git' gem 'vagrant-env' end