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

Ensure PDK 3.2.0 workarounds apply correctly

parent a480b46e
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,8 @@ pdk-validate:
touch Gemfile Gemfile.local
# For PDK 3.2.0 (it reports as the unreleased 3.1.0)
if [ "$PDK_VERSION" == "3.1.0" ]; then
# For PDK 3.2.0 (it can report as the unreleased 3.1.0)
if [ "$PDK_VERSION" == "3.1.0" ] || [ "$PDK_VERSION" == "3.1.0" ]; then
if [ "$PDK_RESOLVED_RUBY_VERSION" == "2.7.8" ]; then
echo "Locking racc to 1.4.16"
sed -e '/"racc"/d' -e "/'racc'/d" -i Gemfile Gemfile.local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment