Skip to content

Commit

Permalink
switch from ruby 2.1.0 to 2.0.0-p0 due to rbenv cookbook incompatibil…
Browse files Browse the repository at this point in the history
…ity with the lastest version. See sous-chefs/ruby_rbenv#70
  • Loading branch information
jp committed Feb 1, 2014
1 parent 5e5b745 commit 6ca1929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environments/vagrant-rails.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"upgrade":"sync"
},
"rbenv": {
"rubies":["2.1.0"],
"rubies":["2.0.0-p0"],
"gems":{
"2.1.0":[
"2.0.0-p0":[
{"name":"bundler"}
]
}
Expand Down

0 comments on commit 6ca1929

Please sign in to comment.