Depend on childprocess 0.2.8

This commit is contained in:
Mitchell Hashimoto 2012-01-10 18:41:32 -08:00
parent 1aa73f7b70
commit a01d3db40b
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 "archive-tar-minitar", "= 0.5.2"
s.add_dependency "childprocess", "~> 0.2.6"
s.add_dependency "childprocess", "~> 0.2.8"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "json", "~> 1.5.1"
s.add_dependency "log4r", "~> 1.1.9"