From 2eed01971650a57800e734ed103085c2349ff01c Mon Sep 17 00:00:00 2001 From: Matheus Guilhermino Date: Fri, 9 Jun 2023 10:00:02 -0300 Subject: [PATCH] Adjust puppet-firewall dependency requirements To avoid warnings during bootstrap, the accepted version range for puppetlabs-stdlib was changed to accommodate a higher version. Signed-off-by: Matheus Guilhermino --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 00c0015..5088ea3 100644 --- a/metadata.json +++ b/metadata.json @@ -10,7 +10,7 @@ "dependencies": [ { "name": "puppetlabs/stdlib", - "version_requirement": ">= 4.0.0 < 5.0.0" + "version_requirement": ">= 4.0.0 < 6.0.0" } ], "data_provider": null, -- 2.37.1