From b42303aceb1ce3ea38d5cc502301ef9824264921 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Romain=20Tarti=C3=A8re?= Date: Tue, 24 Aug 2021 15:28:50 -1000 Subject: [PATCH] (main) Allow stdlib 8.0.0 We recently released stdlib 8.0.0. This module is comptatible with this version of stdlib. --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 3e7d2b3..a4852cf 100644 --- a/metadata.json +++ b/metadata.json @@ -10,7 +10,7 @@ "dependencies": [ { "name": "puppetlabs/stdlib", - "version_requirement": ">= 4.16.0 < 8.0.0" + "version_requirement": ">= 4.16.0 < 9.0.0" } ], "operatingsystem_support": [ -- 2.45.2