Update dep of ChildProcess to 0.4.0

This fixes some critical bugs with Windows
This commit is contained in:
Mitchell Hashimoto 2014-01-17 20:34:58 -08:00
parent 06123f9fc8
commit 41e56cb282
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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"