Update dep of ChildProcess to 0.4.0
This fixes some critical bugs with Windows
This commit is contained in:
parent
06123f9fc8
commit
41e56cb282
3
Gemfile
3
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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue