Skip to content

Commit

Permalink
Update README for correct ruby 1.9.3 patch
Browse files Browse the repository at this point in the history
This is related to the previous commit that updated the default ruby
to 1.9.3-p547
  • Loading branch information
martinisoft committed Aug 31, 2014
1 parent 75da560 commit 657bf88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -253,7 +253,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-2.0.0-p0"`. To disable a default Ruby from being
The default is `"ruby-1.9.3-p547"`. 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 @@ -262,7 +262,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-2.0.0-p0"`. To disable a default Ruby from being
The default is `"ruby-1.9.3-p547"`. 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

0 comments on commit 657bf88

Please sign in to comment.