Merge pull request #11487 from soapy1/update-childprocess-gem

Update childprocess gem
This commit is contained in:
Sophia Castellarin 2020-04-06 10:15:30 -04:00 committed by GitHub
commit 522dd6ac77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"