upgraded to childprocess 0.3.1 to get bugfix for JRuby

This commit is contained in:
Joe Kutner 2012-02-05 17:25:55 -06:00
parent 3eff28ac0d
commit 5f33600d43
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.3.0"
s.add_dependency "childprocess", "~> 0.3.1"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "json", "~> 1.5.1"
s.add_dependency "log4r", "~> 1.1.9"