Skip to content

Commit

Permalink
Update default Ruby to ruby-1.9.3-p194.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed May 14, 2012
1 parent 79acf31 commit 94adbb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -11,7 +11,7 @@

### New features

* Update default Ruby to ruby-1.9.3-p0 (it's time). ([@fnichol][])
* Update default Ruby to ruby-1.9.3-p194 (it's time). ([@fnichol][])

### Improvements

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -228,7 +228,7 @@ The default Ruby for RVM installed system-wide. If the RVM Ruby is not
installed, it will be built as a pre-requisite. The value can also contain a
gemset in the form of `"ruby-1.8.7-p352@awesome"`.

The default is `"ruby-1.9.3-p125"`. To disable a default Ruby from being
The default is `"ruby-1.9.3-p194"`. To disable a default Ruby from being
set, use an empty string (`""`) or a value of `"system"`.

### <a name="attributes-user-default-ruby"></a> user_default_ruby
Expand All @@ -237,7 +237,7 @@ The default Ruby for RVMs installed per-user when not explicitly set for that
user. If the RVM Ruby is not installed, it will be built as a pre-requisite.
The value can also contain a gemset in the form of `"ruby-1.8.7-p352@awesome"`.

The default is `"ruby-1.9.3-p125"`. To disable a default Ruby from being
The default is `"ruby-1.9.3-p194"`. To disable a default Ruby from being
set, use an empty string (`""`) or a value of `"system"`.

### <a name="attributes-rubies"></a> rubies
Expand Down
4 changes: 2 additions & 2 deletions attributes/default.rb
Expand Up @@ -20,8 +20,8 @@
#

# ruby that will get installed and set to `rvm use default`.
default['rvm']['default_ruby'] = "ruby-1.9.3-p125"
default['rvm']['user_default_ruby'] = "ruby-1.9.3-p125"
default['rvm']['default_ruby'] = "ruby-1.9.3-p194"
default['rvm']['user_default_ruby'] = "ruby-1.9.3-p194"

# list of additional rubies that will be installed
default['rvm']['rubies'] = []
Expand Down

0 comments on commit 94adbb8

Please sign in to comment.