Skip to content

Prefer `${BUNDLE}` over `bundle` in makefiles

Kassio Borges requested to merge use-normalized-bundle into main

What does this Merge Request do and why?

I noticed that using bundle direct can uses a different version of the bundler. This seems to fix it and be more standardized.

Related to: #1403 (closed)

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.
Edited by Kassio Borges

Merge request reports