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

Lock nori to 2.6.0 for PDK 3.0.1

parent f9b626c4
No related branches found
No related tags found
No related merge requests found
......@@ -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