We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f745f commit c79f40cCopy full SHA for c79f40c
puppet/manifests/default.pp
@@ -2,8 +2,8 @@
2
$as_vagrant = 'sudo -u vagrant -H bash -l -c'
3
$home = '/home/vagrant'
4
5
-# Pick one modern enough, supported in recent Rails versions, and for which RVM
6
-# provides binaries.
+# Pick a Ruby version modern enough, that works in the currently supported Rails
+# versions, and for which RVM provides binaries.
7
$ruby_version = '2.0.0-p353'
8
9
Exec {
0 commit comments