From 7f6702e71b761a47c3da0f0563a178bc6b6dba02 Mon Sep 17 00:00:00 2001 From: Adrian Lopez Date: Sun, 15 Dec 2013 17:11:57 +0100 Subject: [PATCH] In OS packages ruby2 comes embedded, but if you install vagrant from sources, you should execute vagrant with ruby2. At least, with ruby 1.9.1 and using docker as a provisioner, it gives the error: /var/lib/gems/1.9.1/gems/vagrant-1.4.1.dev/plugins/provisioners/docker/plugin.rb:13:in `require_relative': /var/lib/gems/1.9.1/gems/vagrant-1.4.1.dev/plugins/provisioners/docker/config.rb:23: syntax error, unexpected tPOW (SyntaxError) def run(name, **options) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bfbdc591d..1e032552e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ If you want the bleeding edge version of Vagrant, we try to keep master pretty s and you're welcome to give it a shot. The following is an example showing how to do this: rake install + +Ruby 2.0 is needed. ## Contributing to Vagrant