Skip to content
Snippets Groups Projects
Commit 358336ed authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Merge branch 'pdk-fixes' into 'master'

Lock nori to 2.6.0 for PDK 3.0.1

See merge request puppet-infra/shared-ci-piplines!66
parents 56db59de deb6a550
No related branches found
No related tags found
No related merge requests found
Pipeline #119269 passed
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment