Skip to content

Commit

Permalink
ruby 2.0.0-p0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengjia committed Feb 25, 2013
1 parent fcc7968 commit e9eba64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cookbooks/rbenv
Submodule rbenv updated from 9ecda8 to 3b1c59
2 changes: 1 addition & 1 deletion cookbooks/ruby_build
Submodule ruby_build updated from 23b5aa to c940b5
9 changes: 5 additions & 4 deletions cookbooks/vagrant_main/attributes/default.rb
@@ -1,8 +1,9 @@
set['rbenv']['rubies'] = [ "1.9.3-p0" ]
set['rbenv']['rubies'] = [ "2.0.0-p0" ]

set['rbenv']['gems'] = {
'1.9.3-p0' => [
{ 'name' => 'rake' },
'2.0.0-p0' => [
{ 'name' => 'bundler' }
]
}
}

set['ruby_build']['upgrade'] = true
2 changes: 1 addition & 1 deletion cookbooks/vagrant_main/recipes/default.rb
Expand Up @@ -4,4 +4,4 @@
require_recipe "ruby_build"
require_recipe "rbenv::system"

rbenv_global "1.9.3-p0"
rbenv_global "2.0.0-p0"

0 comments on commit e9eba64

Please sign in to comment.