diff --git a/plugins/commands/plugin/action/install_gem.rb b/plugins/commands/plugin/action/install_gem.rb index eea66e04a..320f95e83 100644 --- a/plugins/commands/plugin/action/install_gem.rb +++ b/plugins/commands/plugin/action/install_gem.rb @@ -19,14 +19,6 @@ module VagrantPlugins sources = env[:plugin_sources] version = env[:plugin_version] - # If we're on Windows and the user data path has a space in it, - # then things won't work because of a Ruby bug. - if Vagrant::Util::Platform.windows? - if Vagrant.user_data_path.to_s.include?(" ") - raise Vagrant::Errors::PluginInstallSpace - end - end - # Install the gem plugin_name_label = plugin_name plugin_name_label += " --version '#{version}'" if version