From 41e56cb2827c7419b415e26d7ec85890eec687f1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 17 Jan 2014 20:34:58 -0800 Subject: [PATCH] Update dep of ChildProcess to 0.4.0 This fixes some critical bugs with Windows --- Gemfile | 3 --- vagrant.gemspec | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 45e0580d4..3ddf8ced5 100644 --- a/Gemfile +++ b/Gemfile @@ -2,9 +2,6 @@ source "http://rubygems.org" gemspec -gem 'childprocess', git: "https://github.com/jarib/childprocess.git", - branch: "windows-inherit-stdin" - if File.exist?(File.expand_path("../../vagrant-spec", __FILE__)) gem 'vagrant-spec', path: "../vagrant-spec" else diff --git a/vagrant.gemspec b/vagrant.gemspec index 85cae7a45..61cb630b5 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.rubyforge_project = "vagrant" s.add_dependency "bundler", "~> 1.5.2" - s.add_dependency "childprocess", "~> 0.3.7" + s.add_dependency "childprocess", "~> 0.4.0" s.add_dependency "erubis", "~> 2.7.0" s.add_dependency "i18n", "~> 0.6.0" s.add_dependency "listen", "~> 2.4.0"