From 373d28f127360e354d55fb7bc2816834413c8488 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 10:35:42 +0000 Subject: [PATCH] Bump tty-prompt from 0.20.0 to 0.21.0 Bumps [tty-prompt](https://github.com/piotrmurach/tty-prompt) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/piotrmurach/tty-prompt/releases) - [Changelog](https://github.com/piotrmurach/tty-prompt/blob/master/CHANGELOG.md) - [Commits](https://github.com/piotrmurach/tty-prompt/compare/v0.20.0...v0.21.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 70dec18..d616c00 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ group :development, :unit_tests do gem 'rubocop', '~> 0.79' gem 'tty-command', '~> 0.6' gem 'tty-file', '~> 0.4' - gem 'tty-prompt', '~> 0.13' + gem 'tty-prompt', '~> 0.21' gem 'yamllint', '~> 0.0.9' # puppet-lint and plugins diff --git a/Gemfile.lock b/Gemfile.lock index 52e9b1c..b19ac95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,15 +133,15 @@ GEM spdx-licenses (1.2.0) text (1.3.1) trollop (2.9.10) - tty-color (0.5.0) + tty-color (0.5.1) tty-command (0.9.0) pastel (~> 0.7.0) - tty-cursor (0.7.0) + tty-cursor (0.7.1) tty-file (0.8.0) diff-lcs (~> 1.3) pastel (~> 0.7.2) tty-prompt (~> 0.18) - tty-prompt (0.20.0) + tty-prompt (0.21.0) necromancer (~> 0.5.0) pastel (~> 0.7.0) tty-reader (~> 0.7.0) @@ -149,7 +149,7 @@ GEM tty-cursor (~> 0.7) tty-screen (~> 0.7) wisper (~> 2.0.0) - tty-screen (0.7.0) + tty-screen (0.7.1) unicode-display_width (1.6.0) wisper (2.0.1) xmlrpc (0.3.0) @@ -184,7 +184,7 @@ DEPENDENCIES rugged (~> 0.26) tty-command (~> 0.6) tty-file (~> 0.4) - tty-prompt (~> 0.13) + tty-prompt (~> 0.21) xmlrpc (~> 0.3.0) yamllint (~> 0.0.9)