From da7a244b03675753a8a3549fcd133e955dd73730 Mon Sep 17 00:00:00 2001 From: Gavin Didrichsen Date: Wed, 13 May 2026 17:12:01 +0100 Subject: [PATCH] (maint) Bump ruby_task_helper upper bound to < 2.0.0 ruby_task_helper is now at 1.0.1, which violates the existing < 1.0.0 upper bound and breaks Bolt module dependency resolution (BOLT-136). Bump the upper bound to < 2.0.0 to unblock 1.x while guarding against a hypothetical breaking 2.x release. --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index f16f1e4..4e0d6ba 100644 --- a/metadata.json +++ b/metadata.json @@ -9,7 +9,7 @@ "dependencies": [ { "name":"puppetlabs-ruby_task_helper", - "version_requirement":">= 0.4.0 < 1.0.0" + "version_requirement":">= 0.4.0 < 2.0.0" } ], "operatingsystem_support": [