Rubygems requires gcc and make
This commit is contained in:
parent
274cee2ad8
commit
b32de307b1
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ class ruby::rubygems {
|
|||
|
||||
tag("bootstrap")
|
||||
|
||||
require gcc
|
||||
require gnu::make
|
||||
|
||||
package { "rubygems":
|
||||
ensure => installed,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue