<div dir="ltr">&gt; Can you ( somebody) point out how to correctly change ruby inside the rock environment ? I remember that it was not that easy for 1.9 already and since it&#39;s quite tricky with rock, a step by step process would be greatly appreciated.<br><br><div>You have to re-bootstrap your environment. There is no safe, supported, way to change the ruby version inside an existing environment. If you&#39;re interested on some of the details about how the ruby version is handled, see <a href="https://github.com/rock-core/base-cmake/pull/7">https://github.com/rock-core/base-cmake/pull/7</a><div><br></div><div>To choose which version of ruby you want to use, you currently have to run the autoproj bootstrap script (NOT bootstrap.sh) with the relevant ruby binary, e.g. on Debian for ruby 2.1</div><div><br></div><div>   ruby2.1 autoproj_bootstrap git <a href="https://github.com/rock-core/buildconf">https://github.com/rock-core/buildconf</a></div><div><br></div><div>We will have to allow overriding the ruby binary in bootstrap.sh as well for convenience.</div><div><br></div><div>Sylvain</div></div></div>