Skip to content

Commit

Permalink
ruby 2.0.0-p353
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Aug 22, 2014
1 parent 6e0406a commit f221424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chef/site-cookbooks/server/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
include_recipe "rbenv::ruby_build"
include_recipe "rbenv::rbenv_vars"

rbenv_ruby "1.9.3-p194"
rbenv_ruby "2.0.0-p353"

execute "set as default" do
command "rbenv global 1.9.3-p194"
command "rbenv global 2.0.0-p353"
end

rbenv_install_gem 'bundler' do
Expand Down

0 comments on commit f221424

Please sign in to comment.