From 8021cc7120483711d12d05491884bae51b5bde1c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 19:27:19 +0000 Subject: [PATCH] Update childprocess requirement from ~> 0.9 to >= 0.9, < 5.0 Updates the requirements on [childprocess](https://github.com/enkessler/childprocess) to permit the latest version. - [Release notes](https://github.com/enkessler/childprocess/releases) - [Changelog](https://github.com/enkessler/childprocess/blob/master/CHANGELOG.md) - [Commits](https://github.com/enkessler/childprocess/compare/v0.9.0...v4.0.0) Signed-off-by: dependabot-preview[bot] --- spielbash.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spielbash.gemspec b/spielbash.gemspec index c9a1d4d..7a9dac0 100644 --- a/spielbash.gemspec +++ b/spielbash.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_runtime_dependency 'gli', '~> 2.17' - spec.add_runtime_dependency 'childprocess', '~> 0.9' + spec.add_runtime_dependency 'childprocess', '>= 0.9', '< 5.0' spec.add_development_dependency 'bundler', '~> 1.16' spec.add_development_dependency 'rake', '~> 10.0'