From 6ca192937f38a46c4ef79cdc6c1a2fb9f7ad3ca1 Mon Sep 17 00:00:00 2001 From: Julien Pellet Date: Sat, 1 Feb 2014 22:09:48 +0100 Subject: [PATCH] switch from ruby 2.1.0 to 2.0.0-p0 due to rbenv cookbook incompatibility with the lastest version. See https://github.com/fnichol/chef-rbenv/pull/70 --- environments/vagrant-rails.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environments/vagrant-rails.json b/environments/vagrant-rails.json index 9929ea0..86bf6fc 100644 --- a/environments/vagrant-rails.json +++ b/environments/vagrant-rails.json @@ -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"} ] }