I have to install some ruby gems with Puppet. Some of them need to build native components, and obviously you need a compiler for that.<br />
<br />
In Puppet I defined a dependency on ruby-devel and rubygems-devel hoping that they will bring on a compiler, but that doesn't happen.
↧