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

Lock io-console on PDK

parent 2d91676d
Branches
No related tags found
No related merge requests found
......@@ -36,10 +36,18 @@ pdk-validate:
echo "Locking racc to 1.4.16"
sed -e '/"racc"/d' -e "/'racc'/d" -i Gemfile Gemfile.local
echo 'gem "racc", "= 1.4.16"' >> Gemfile.local
echo "Locking io-console to 0.6.0"
sed -e '/"io-console"/d' -e "/'io-console'/d" -i Gemfile Gemfile.local
echo 'gem "io-console", "= 0.6.0"' >> Gemfile.local
else
echo "Locking racc to 1.7.3"
sed -e '/"racc"/d' -e "/'racc'/d" -i Gemfile Gemfile.local
echo 'gem "racc", "= 1.7.3"' >> Gemfile.local
echo "Locking io-console to 0.5.6"
sed -e '/"io-console"/d' -e "/'io-console'/d" -i Gemfile Gemfile.local
echo 'gem "io-console", "= 0.5.6"' >> Gemfile.local
fi
echo "Locking rexml to 3.2.6"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment