Up childprocess dep to 0.4.1

This commit is contained in:
Mitchell Hashimoto 2014-02-13 07:40:28 -08:00
parent e909b91bfd
commit 7f534d839d
1 changed files with 1 additions and 1 deletions

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.4.0"
s.add_dependency "childprocess", "~> 0.4.1"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "i18n", "~> 0.6.0"
s.add_dependency "listen", "~> 2.4.0"