Skip to content

Add `bundle install` step

Eduardo Sanz García requested to merge add-bundle-install-step into main

What does this Merge Request do and why?

When doing a manual installation of the GDK it is needed to run bundle install before able to run gdk install.

I am not familiar with the Ruby ecosystem so I trip on this specific step. After I changed into the GDK project directory (cd gitlab-development-kit) I went straight to run gdk install but it didn't work, because bundle install needs to be executed first.

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.

Merge request reports