Skip to content

Fix asdf_command_enabled causing gdk update to fail

Thong Kuah requested to merge fix_asdf_command_enabled into main

What does this Merge Request do and why?

Fix asdf_command_enabled causing gdk update to fail

gdk update fails for those who do not have asdf installed.

0 / 1 is really confusing so we should use true / false utility.

With this change, gdk update should work now:

$ make ensure-required-ruby-bundlers-installed

--------------------------------------------------------------------------------
Ensuring all required versions of bundler are installed
--------------------------------------------------------------------------------
Bundler version 2.2.30
Bundler version 2.2.22
Bundler version 2.1.4
Bundler version 1.17.3

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 Thong Kuah

Merge request reports