Skip to content

Commit

Permalink
Tweak rvm/default_ruby string to "ree-1.8.7".
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Feb 9, 2011
1 parent 71981bf commit 95c6797
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-2010.02"
default[:rvm][:default_ruby] = "ree-1.8.7"

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

0 comments on commit 95c6797

Please sign in to comment.