SUSE/machinery

`gem install machinery-tool` fails on a minimal system

Opened this issue · 0 comments

We use rake to build our machinery-helper tool which is done as native extension during gem installation.

If the rubygem rake is not available the installation fails. So instead of just requiring rake as a development dependency we should consider requiring it all the time.