Skip to content

Commit

Permalink
rvm/default_ruby is now ruby-1.9.2-p136 (let's get modern by default).
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Feb 13, 2011
1 parent c9dcae3 commit 5c3f358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/default.rb
Expand Up @@ -24,7 +24,7 @@
default[:rvm][:rvmrc] = Hash.new

# ruby that will get set to `rvm use default`. Use fully qualified ruby names.
default[:rvm][:default_ruby] = "ree-1.8.7"
default[:rvm][:default_ruby] = "ruby-1.9.2-p136"

# list of rubies that will be installed
default[:rvm][:rubies] = [ select_ruby(rvm[:default_ruby]) ]
Expand Down

0 comments on commit 5c3f358

Please sign in to comment.