upgraded to childprocess 0.3.1 to get bugfix for JRuby
This commit is contained in:
parent
3eff28ac0d
commit
5f33600d43
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue