From 48357a34589cbedb404d01db5b560016dd7e0fa0 Mon Sep 17 00:00:00 2001 From: Kevin Menard Date: Mon, 9 Mar 2015 20:02:20 -0400 Subject: [PATCH] Bump ruby-build from 20150116 to 20150303 and default Ruby from 2.2.0 to 2.2.1. --- templates/base/config/rubber/rubber-ruby.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base/config/rubber/rubber-ruby.yml b/templates/base/config/rubber/rubber-ruby.yml index 8b24867a0..f3b83ac38 100644 --- a/templates/base/config/rubber/rubber-ruby.yml +++ b/templates/base/config/rubber/rubber-ruby.yml @@ -12,12 +12,12 @@ packages: [autoconf, bison, build-essential, libssl-dev, libyaml-dev, libreadlin # REQUIRED: The version of ruby-build to use for building ruby. # It must be one of the versions from https://github.com/sstephenson/ruby-build/releases. -ruby_build_version: 20150116 +ruby_build_version: 20150303 # REQUIRED: Set to the version string for the ruby version you wish to use # Run "ruby-build --definitions" to see the list of possible options or look through the list of # recipes online at https://github.com/sstephenson/ruby-build/tree/master/share/ruby-build -ruby_version: 2.2.0 +ruby_version: 2.2.1 # REQUIRED: Installation path for ruby. ruby_path: "/usr/local/rubies/#{ruby_version}"