From 36ce54a406c3ecb0581e6705bc02b68394b30b26 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 11:15:35 +0000 Subject: [PATCH] Update tty-config requirement from >= 0.3, < 0.5 to >= 0.3, < 0.6 Updates the requirements on [tty-config](https://github.com/piotrmurach/tty-config) to permit the latest version. - [Release notes](https://github.com/piotrmurach/tty-config/releases) - [Changelog](https://github.com/piotrmurach/tty-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/piotrmurach/tty-config/compare/v0.4.0...v0.5.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 4 ++-- run.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e7f1fea..3942e08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ PATH tty-box (~> 0.3.0) tty-color (~> 0.4) tty-command (>= 0.8, < 0.10) - tty-config (>= 0.3, < 0.5) + tty-config (>= 0.3, < 0.6) tty-cursor (~> 0.6) tty-editor (~> 0.5.0) tty-file (>= 0.7, < 0.9) @@ -88,7 +88,7 @@ GEM tty-color (0.4.3) tty-command (0.9.0) pastel (~> 0.7.0) - tty-config (0.4.0) + tty-config (0.5.0) tty-cursor (0.6.1) tty-editor (0.5.0) tty-prompt (~> 0.18) diff --git a/run.gemspec b/run.gemspec index e21cd7e..a679b1a 100644 --- a/run.gemspec +++ b/run.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |spec| spec.add_dependency "tty-box", "~> 0.3.0" spec.add_dependency "tty-color", "~> 0.4" spec.add_dependency "tty-command", ">= 0.8", "< 0.10" - spec.add_dependency "tty-config", ">= 0.3", "< 0.5" + spec.add_dependency "tty-config", ">= 0.3", "< 0.6" spec.add_dependency "tty-cursor", "~> 0.6" spec.add_dependency "tty-editor", "~> 0.5.0" spec.add_dependency "tty-file", ">= 0.7", "< 0.9"