From a107a92cd525fd6d9fba229628d3302b0d0ecf80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:49:17 +0000 Subject: [PATCH] chore(deps-dev): bump vagrant from v2.2.19 to v2.4.0 Bumps [vagrant](https://github.com/hashicorp/vagrant) from v2.2.19 to v2.4.0. - [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.19...5a2b888c371bd0c8dcae3abe1403e89020c6d6ca) --- updated-dependencies: - dependency-name: vagrant dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d13645a..1e1f044 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', github: 'hashicorp/vagrant', ref: 'v2.2.19' + gem 'vagrant', github: 'hashicorp/vagrant', ref: 'v2.4.0' end group :plugins do