From fe90ec86edfe0bfc7a4cba4c29b9db4571c94ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:29:17 +0000 Subject: [PATCH] Update vagrant requirement from ~> 1.0.6 to ~> 2.4.8 in /src/oc_bifrost Updates the requirements on [vagrant](https://github.com/mitchellh/vagrant) to permit the latest version. - [Release notes](https://github.com/mitchellh/vagrant/releases) - [Changelog](https://github.com/hashicorp/vagrant/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitchellh/vagrant/compare/v1.0.6...v2.4.8) --- updated-dependencies: - dependency-name: vagrant dependency-version: 2.4.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/oc_bifrost/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oc_bifrost/Gemfile b/src/oc_bifrost/Gemfile index 1321b5b5c9..d07b673d8e 100644 --- a/src/oc_bifrost/Gemfile +++ b/src/oc_bifrost/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" gem 'berkshelf', '~> 8.0.22' -gem 'vagrant', '~> 1.0.6' +gem 'vagrant', '~> 2.4.8' # activesupport 8.x requires ruby 3.2, so pin activesupport to 7.2 gem 'activesupport', '~> 7.2'