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

Fix PDK 3.2.0 workarounds

parent 268217dc
Branches
Tags
No related merge requests found
......@@ -30,8 +30,8 @@ pdk-validate:
touch Gemfile Gemfile.local
# For PDK 3.2.0
if [ "$PDK_VERSION" == "3.2.0" ]; then
# For PDK 3.2.0 (it reports as the unreleased 3.1.0)
if [ "$PDK_VERSION" == "3.1.0" ]; then
echo "Locking rexml to 3.2.5"
sed -e '/"rexml"/d' -e "/'rexml'/d" -i Gemfile 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