From f9b626c4657c7afde9214f8e5c9cd5fbd527ebfa Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Thu, 29 Feb 2024 09:23:16 +0100 Subject: [PATCH] Lock CFPropertyList to 3.0.6 for PDK 3.0.1 --- puppet-module-pipeline.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/puppet-module-pipeline.yaml b/puppet-module-pipeline.yaml index 1be413c..e14a823 100644 --- a/puppet-module-pipeline.yaml +++ b/puppet-module-pipeline.yaml @@ -39,6 +39,10 @@ pdk-validate: echo "Locking bolt to 3.27.4" sed -e '/"bolt"/d' -e "/'bolt'/d" -i Gemfile Gemfile.local echo 'gem "bolt", "= 3.27.4"' >> Gemfile.local + + echo "Locking CFPropertyList to 3.0.6" + sed -e '/"CFPropertyList"/d' -e "/'CFPropertyList'/d" -i Gemfile Gemfile.local + echo 'gem "CFPropertyList", "= 3.0.6"' >> Gemfile.local # For PDK 3.0.0 elif [ "$PDK_VERSION" == "3.0.0" ]; then echo "Locking ffi to 1.15.5" -- GitLab