Skip to content

Commit

Permalink
Bump ruby-build from 20150116 to 20150303 and default Ruby from 2.2.0…
Browse files Browse the repository at this point in the history
… to 2.2.1.
  • Loading branch information
nirvdrum committed Mar 10, 2015
1 parent cf8d6c2 commit 48357a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/base/config/rubber/rubber-ruby.yml
Expand Up @@ -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}"

0 comments on commit 48357a3

Please sign in to comment.