Up the version requirement for childprocess to fix quoting issue

This commit is contained in:
Mitchell Hashimoto 2013-01-23 08:28:18 -08:00
parent 44d6b9a3f7
commit d114d4b658
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.1"
s.add_dependency "childprocess", "~> 0.3.7"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "i18n", "~> 0.6.0"
s.add_dependency "json", "~> 1.6.6"