Skip to content

Commit

Permalink
Update to latest Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
wendorf committed May 29, 2016
1 parent a9acad4 commit 4b380b0
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.2.3' => {},
'2.3.1' => {},
},
'default_ruby' => '2.2.3',
'default_ruby' => '2.3.1',
}

0 comments on commit 4b380b0

Please sign in to comment.