Merge pull request #714 from jkutner/master

Upgrade to childprocess 0.3.1
This commit is contained in:
Mitchell Hashimoto 2012-02-05 16:03:54 -08:00
commit 277de844c4
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"