From 10d2f8449a3157243bf4795a50b62e9ebcfe3548 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 05:37:21 +0000 Subject: [PATCH] Bump vagrant from v2.2.4 to v2.2.18 Bumps [vagrant](https://github.com/hashicorp/vagrant) from v2.2.4 to v2.2.18. - [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...52857ccac9d315a6e1897c7885f463983ac67957) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6eca8e8..4707933 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.18', git: 'https://github.com/hashicorp/vagrant.git' gem 'vagrant-env' end