Minitest Is Always Required
Created by: fandingo
In Gitlab 5.3, minitest is required even when running in production mode. The previous GemFile only included it for test and development modes.
This is generally not a problem when the Ruby install contains Minitest, but some systems do not.