diff --git a/lib/vagrant/bundler.rb b/lib/vagrant/bundler.rb index d19e3d98c..b35841512 100644 --- a/lib/vagrant/bundler.rb +++ b/lib/vagrant/bundler.rb @@ -106,6 +106,7 @@ module Vagrant plugin_source = Gem::Source::SpecificFile.new(path) plugin_info = { plugin_source.spec.name => { + "gem_version" => plugin_source.spec.version.to_s, "local_source" => plugin_source, "sources" => opts.fetch(:sources, Gem.sources.map(&:to_s)) }