Skip to content

Update gem and bundler in Gitpod before installing Ruby dependencies

Evan Read requested to merge eread/update-gem-and-bundler-in-gitpod into main

What does this MR do and why?

I noticed when launching this project in Gitpod that the version of bundler available after !3487 (merged) is still pretty old.

This MR effectively adds gem update --system to the initialization calls, but does it by using the existing make targets.

Screenshots, screen recordings, or links to review app

Open this branch in Gitpod to see the effect of the changes.

Merge request acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Evan Read

Merge request reports