templates/base/config/rubber/rubber-rvm.yml in rubber-2.0.0 vs templates/base/config/rubber/rubber-rvm.yml in rubber-2.0.1

- old
+ new

@@ -9,18 +9,21 @@ # aptitude install curl mono-2.0-devel packages: [build-essential, git-core, subversion, curl, autoconf, bison, ruby, zlib1g-dev, libssl-dev, libreadline6-dev, libxml2-dev, libyaml-dev] # REQUIRED: the version of rvm itself -rvm_version: 1.10.2 +rvm_version: 1.13.0 # REQUIRED: Set to the rvm version string for the ruby version you wish to use # Run "rvm list known" to see the list of possible options -rvm_ruby: 1.9.3-p0 +rvm_ruby: 1.9.3-p194 +# OPTIONAL: Extra args to pass to rvm when installing ruby +# rvm_install_options: "--patch falcon,debug --force-autoconf -j 3" + # REQUIRED: Set to version of RubyGems you want RVM to install. Note that older RVMs do not # know about newer RubyGems. So you may need to bump your rvm_version to get the latest RubyGems release. -rubygems_version: 1.8.15 +rubygems_version: 1.8.23 # REQUIRED: Set to version of rake you want RVM to install. rake_version: 0.9.2.2 # When rvm is installed as root, and you set the default, it symlinks ruby executables