Skip to content

Don't hide output for bundle install

What does this Merge Request do?

Unfortunately valuable errors are hidden when sending stdout to /dev/null for bundle install 😞 We could add --quiet to bundle install to reduce the 'noise' but it removes some of the context around what gem was attempting to install when a failure occurs 😞

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.

Closes #764 (closed)

Edited by Ash McKenzie

Merge request reports