Create preflight check for all pre-reqs
Add a preflight check to verify prereqs and proper versions are setup: https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/prepare.md
Created as apart of breaking down #594 (closed)
rubywas using v2.4.4, not v2.6.3, for some reason, so one of the startup Ruby scripts died because it was using 2.6.3 syntax. I didn't see a.ruby-versionin the GDK dir though. I had to force arvm use 2.6.3to get this to work. Perhaps we need to do a version check to make sure it's set up properly.
-
Ruby -
Go -
Git -
Bundler -
Node -
Yarn
Edited by Albert Salim