This box provides the RVM runtime with a couple of Rubies installed.
Currently installed Rubies:
ruby-1.9.3-p484
ruby-2.0.0-p247
ruby-2.0.0-p353
ruby-2.1.0-p0
At least three patch level versions will be kept of every version. If you want to keep using a old version you can lock the version on a box, but we strongly recommend upgrading to a newer version.
To switch the Ruby version specify a Ruby version accoring to the following rules:
Listed in order of precedence:
.rvmrc
- shell script allowing full customization of the environment,.versions.conf
-key=value
configuration file.ruby-version
- single lineruby-version
onlyGemfile
- comment:#ruby=1.9.3
and directive:ruby "1.9.3"
You can also manually change the version by using the wercker/rvm-use
step.
Every installed Ruby version comes installed with bundler 1.5
.
- Initial release
The MIT License (MIT)
- Initial release