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

Expand PDK 3.2.0 workarounds

parent 2532b5fa
Branches
No related tags found
No related merge requests found
...@@ -32,6 +32,10 @@ pdk-validate: ...@@ -32,6 +32,10 @@ pdk-validate:
# For PDK 3.2.0 (it reports as the unreleased 3.1.0) # For PDK 3.2.0 (it reports as the unreleased 3.1.0)
if [ "$PDK_VERSION" == "3.1.0" ]; then if [ "$PDK_VERSION" == "3.1.0" ]; then
echo "Locking racc to 1.6.2"
sed -e '/"racc"/d' -e "/'racc'/d" -i Gemfile Gemfile.local
echo 'gem "racc", "= 1.6.2"' >> Gemfile.local
echo "Locking rexml to 3.2.5" echo "Locking rexml to 3.2.5"
sed -e '/"rexml"/d' -e "/'rexml'/d" -i Gemfile Gemfile.local sed -e '/"rexml"/d' -e "/'rexml'/d" -i Gemfile Gemfile.local
echo 'gem "rexml", "= 3.2.5"' >> Gemfile.local echo 'gem "rexml", "= 3.2.5"' >> Gemfile.local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment