Package: vagrant Version: 1.6.5+dfsg1-2 Running this version of vagrant (or newer) under Ruby 1.9 (e.g. at oldstable) gives following error:
$ vagrant
/usr/lib/ruby/vendor_ruby/vagrant/pre-rubygems.rb:19:in `require_relative':
/usr/lib/ruby/vendor_ruby/vagrant/bundler.rb:223: syntax error, unexpected
tPOW (SyntaxError)
def internal_install(plugins, update, **extra)
^
Since double star syntax is valid in Ruby >= 2.0, it should be specified in
the dependency.

