Skip to content

Make rake a runtime dependency

The gdk script calls make, which in turn calls rake. We need the right version of rake for the script to work.

This was discovered because Ruby v2.6 includes rake v12.3.2 by default, but Ruby v2.7 includes rake v13.0.1 now.

Closes #1088 (closed)

Edited by Stan Hu

Merge request reports

Loading