Commit 8bf478a01ec006b3ffaace4010076a4060ad25a7

Authored by Will Farrington
1 parent 3fdab66c47

enable all the rubies and nodes for now, basically

Showing 1 changed file with 4 additions and 1 deletions Side-by-side Diff

... ... @@ -47,10 +47,13 @@
47 47 include rbenv
48 48  
49 49 # node versions
  50 + include nodejs::0-4
50 51 include nodejs::0-6
51 52 include nodejs::0-8
52 53  
53 54 # default ruby versions
54   - include ruby::1-9-3-p194
  55 + include ruby::1-8-7
  56 + include ruby::1-9-2
  57 + include ruby::1-9-3
55 58 }