Skip to content

Commit

Permalink
Update childprocess gem
Browse files Browse the repository at this point in the history
childprocess v 1.x includes a fix for encoding on Windows
enkessler/childprocess#134
This was previously causing errors on Windows hosts
  • Loading branch information
soapy1 committed Apr 2, 2020
1 parent d0d6d01 commit 6502a8d
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 @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"

s.add_dependency "bcrypt_pbkdf", "~> 1.0.0"
s.add_dependency "childprocess", "~> 0.6.0"
s.add_dependency "childprocess", "~> 3.0.0"
s.add_dependency "ed25519", "~> 1.2.4"
s.add_dependency "erubis", "~> 2.7.0"
s.add_dependency "i18n", "~> 1.1"
Expand Down

0 comments on commit 6502a8d

Please sign in to comment.