From fdc83f639ad5b398bf4f153a44bdfd0c266f80b9 Mon Sep 17 00:00:00 2001 From: Thomas Marshall Date: Thu, 20 Oct 2022 16:43:38 +0100 Subject: [PATCH] Fix aws-sdk-acm runtime check This requires a compatible XML library to be installed. --- index.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.json b/index.json index 790c567c..ca936153 100644 --- a/index.json +++ b/index.json @@ -31,6 +31,9 @@ ] }, "aws-sdk-acm": { + "dependencies": [ + "nokogiri" + ] }, "bencode": { },