Skip to content

Speed up bundler version check

Stan Hu requested to merge sh-speed-up-bundler-ver-check into main

What does this Merge Request do and why?

Using find . is really slow if the GDK directory contains a lot of files. We now just target the specific Gemfile.lock files we need.

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 Stan Hu

Merge request reports