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

Merge branch 'pdk-fixes' into 'master'

Lock CFPropertyList to 3.0.6 for PDK 3.0.1

See merge request puppet-infra/shared-ci-piplines!65
parents 4bac212a f9b626c4
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,10 @@ pdk-validate: ...@@ -39,6 +39,10 @@ pdk-validate:
echo "Locking bolt to 3.27.4" echo "Locking bolt to 3.27.4"
sed -e '/"bolt"/d' -e "/'bolt'/d" -i Gemfile Gemfile.local sed -e '/"bolt"/d' -e "/'bolt'/d" -i Gemfile Gemfile.local
echo 'gem "bolt", "= 3.27.4"' >> 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 # For PDK 3.0.0
elif [ "$PDK_VERSION" == "3.0.0" ]; then elif [ "$PDK_VERSION" == "3.0.0" ]; then
echo "Locking ffi to 1.15.5" 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