Skip to content

Commit

Permalink
installs Ruby 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Mar 27, 2013
1 parent ade040d commit 76c2131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ Port 3000 in the host computer is forwarded to port 3000 in the virtual machine.

* RVM

* Ruby 1.9.3 (binary RVM install)
* Ruby 2.0.0 (binary RVM install)

* Bundler

Expand Down
2 changes: 1 addition & 1 deletion puppet/manifests/default.pp
Expand Up @@ -130,7 +130,7 @@
# The rvm executable is more suitable for automated installs.
#
# Thanks to @mpapis for this tip.
command => "${as_vagrant} '${home}/.rvm/bin/rvm install 1.9.3 --latest-binary --autolibs=enabled && rvm --fuzzy alias create default 1.9.3'",
command => "${as_vagrant} '${home}/.rvm/bin/rvm install 2.0.0 --latest-binary --autolibs=enabled && rvm --fuzzy alias create default 2.0.0'",
creates => "${home}/.rvm/bin/ruby",
require => Exec['install_rvm']
}
Expand Down

0 comments on commit 76c2131

Please sign in to comment.