Skip to content

Use new support/bundle_install script

Ash McKenzie requested to merge 1427-bundle-version-outdated into main

What does this Merge Request do and why?

This MR updates calls to gem install bundler -v=X and bundle install to instead call support/bundle_install which handles both commands as well as some additional configs.

The previous MR !2379 (merged) did not solve the problem of installing a projects required bundler version because the gem_install_required_bundler variable was not being re-evaluated for every invocation.

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.

Closes #1427 (closed)

Merge request reports

Loading