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)
This commit is contained in:
parent
edb59ebeff
commit
7f6702e71b
|
@ -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:
|
and you're welcome to give it a shot. The following is an example showing how to do this:
|
||||||
|
|
||||||
rake install
|
rake install
|
||||||
|
|
||||||
|
Ruby 2.0 is needed.
|
||||||
|
|
||||||
## Contributing to Vagrant
|
## Contributing to Vagrant
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue