Skip to content

Commit

Permalink
Up the version requirement for childprocess to fix quoting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jan 23, 2013
1 parent 44d6b9a commit d114d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d114d4b

Please sign in to comment.