Skip to content

1syo/box-rvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

RVM box

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 line ruby-version only
  • Gemfile - 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.

What's new

  • Initial release

License

The MIT License (MIT)

Changelog

1.0.0

  • Initial release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published