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

Merge branch 'pdk-fixes' into 'master'

Lock the correct io-console version

See merge request puppet-infra/shared-ci-piplines!79
parents 6459dcca 774d91fc
No related branches found
No related tags found
No related merge requests found
Pipeline #133810 passed
......@@ -37,17 +37,17 @@ pdk-validate:
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"
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.6.0"' >> Gemfile.local
echo 'gem "io-console", "= 0.5.6"' >> 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"
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.5.6"' >> Gemfile.local
echo 'gem "io-console", "= 0.6.0"' >> 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