Skip to content

Commit

Permalink
Bump to latest Ruby, 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wendorf committed Aug 22, 2015
1 parent 7436b84 commit c024649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'home' => "#{node['sprout']['home']}/.rbenv",
'command' => '/usr/local/bin/rbenv',
'rubies' => {
'2.1.5' => {},
'2.2.3' => {},
},
'default_ruby' => '2.1.5',
'default_ruby' => '2.2.3',
}

0 comments on commit c024649

Please sign in to comment.