From deb6a5509c248850f0273ecb20200f2c69ece75d Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Thu, 29 Feb 2024 09:25:32 +0100 Subject: [PATCH] Lock nori to 2.6.0 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 e14a823..4061780 100644 --- a/puppet-module-pipeline.yaml +++ b/puppet-module-pipeline.yaml @@ -43,6 +43,10 @@ pdk-validate: 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 + + echo "Locking nori to 2.6.0" + sed -e '/"nori"/d' -e "/'nori'/d" -i Gemfile Gemfile.local + echo 'gem "nori", "= 2.6.0"' >> Gemfile.local # For PDK 3.0.0 elif [ "$PDK_VERSION" == "3.0.0" ]; then echo "Locking ffi to 1.15.5" -- GitLab