From 84c0fa622bf2f7fc61505c13d7500ba9631ab3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Thu, 8 Sep 2022 09:36:07 -1000 Subject: [PATCH] Drop support for Puppet 6 This module install gems using the puppet_gem provider in the gempath of the version of Ruby bundled with Puppet. Puppet 6 bundle Ruby 2.5 which has reached EoL on 2022-04-05, and the gems the module needs depend on gems that do not offer support for this version of Ruby anymore. This break CI and the situation has no reason to improve in the future, so stop advertising support for Puppet 6. --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 678d9666b..d02c699e3 100644 --- a/metadata.json +++ b/metadata.json @@ -52,7 +52,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 6.1.0 < 8.0.0" + "version_requirement": ">= 7.0.0 < 8.0.0" } ], "operatingsystem_support": [