Skip to content

Commit

Permalink
Upgraded to the latest version of ruby-build and use the latest 1.9.3…
Browse files Browse the repository at this point in the history
… release by default.
  • Loading branch information
nirvdrum committed Jul 11, 2013
1 parent 0900565 commit caa9e06
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 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]

# REQUIRED: The version of ruby-build to use for building ruby.
ruby_build_version: 20130501
ruby_build_version: 20130628

# 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
ruby_version: 1.9.3-p392
ruby_version: 1.9.3-p448

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

0 comments on commit caa9e06

Please sign in to comment.