Skip to content

Commit

Permalink
Updated ruby-build version and use Ruby 1.9.3-p385 as the default now.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Feb 8, 2013
1 parent 5f9ac86 commit 75cb6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/base/config/rubber/rubber-ruby.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
packages: [build-essential, git-core, subversion, curl, autoconf, bison, ruby, zlib1g-dev, libssl-dev, libreadline6-dev, libxml2-dev, libyaml-dev] packages: [build-essential, git-core, subversion, curl, autoconf, bison, ruby, zlib1g-dev, libssl-dev, libreadline6-dev, libxml2-dev, libyaml-dev]


# REQUIRED: The version of ruby-build to use for building ruby. # REQUIRED: The version of ruby-build to use for building ruby.
ruby_build_version: 20130118 ruby_build_version: 20130208


# REQUIRED: Set to the version string for the ruby version you wish to use # 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 # Run "ruby-build --definitions" to see the list of possible options
ruby_version: 1.9.3-p374 ruby_version: 1.9.3-p385


# REQUIRED: Installation path for ruby. # REQUIRED: Installation path for ruby.
ruby_path: "/usr/local/rubies/#{ruby_version}" ruby_path: "/usr/local/rubies/#{ruby_version}"

0 comments on commit 75cb6f4

Please sign in to comment.