Skip to content

Commit 04f745f

Browse files
committed
document why we provision bundler
References rails#49.
1 parent 4ec33d3 commit 04f745f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

puppet/manifests/default.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
require => Exec['install_rvm']
145145
}
146146

147+
# RVM installs a version of bundler, but for edge Rails we want the most recent one.
147148
exec { "${as_vagrant} 'gem install bundler --no-rdoc --no-ri'":
148149
creates => "${home}/.rvm/bin/bundle",
149150
require => Exec['install_ruby']

0 commit comments

Comments
 (0)