diff --git a/cdist/conf/type/__rvm_ruby/manifest b/cdist/conf/type/__rvm_ruby/manifest index 65cf80a1..6d5f4977 100755 --- a/cdist/conf/type/__rvm_ruby/manifest +++ b/cdist/conf/type/__rvm_ruby/manifest @@ -20,6 +20,6 @@ # # Required packages for building ruby -for package in bzip2; do +for package in bzip2 gcc make; do __package --state present done diff --git a/docs/changelog b/docs/changelog index 3062d44b..f848d83c 100644 --- a/docs/changelog +++ b/docs/changelog @@ -7,6 +7,7 @@ Changelog 2.1.0pre6: * New Example: Turn remote calls into local calls (used for unittesting) * Core: Export PYTHONPATH, it's also needed by emulator + * Type __rvm_ruby: Add clean package dependencies 2.1.0pre5: 2012-11-01 * Core: First round of tests updated to work with multiple configuration directories