From d7dd1f7ebc61a06fddbf1a064489a7ab8b6ea786 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Nov 2020 05:43:24 +0000 Subject: [PATCH] Bump vagrant from v2.2.4 to v2.2.11 Bumps [vagrant](https://github.com/hashicorp/vagrant) from v2.2.4 to v2.2.11. - [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...0660f22d237ed60232ca309336c58c2b16bc99ee) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6eca8e8..f9381ba 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.11', git: 'https://github.com/hashicorp/vagrant.git' gem 'vagrant-env' end