Skip to content

Commit

Permalink
Merge pull request #2 from matthargett/master
Browse files Browse the repository at this point in the history
default to newer releases of ruby that fix major issues
  • Loading branch information
hiremaga committed Jun 10, 2014
2 parents 1e2e99e + a507084 commit 1652cf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
'home' => "#{node['sprout']['home']}/.rbenv",
'command' => '/usr/local/bin/rbenv',
'rubies' => {
'1.9.3-p448' => {},
'2.0.0-p247' => {},
'1.9.3-p545' => {},
'2.0.0-p451' => {},
},
'default_ruby' => '1.9.3-p448',
'default_ruby' => '1.9.3-p545',
}

0 comments on commit 1652cf8

Please sign in to comment.