From b3f3f71408608d5789e000c6c6d799b1f3901143 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2019 11:26:36 +0000 Subject: [PATCH] Bump tty-command from 0.6.0 to 0.9.0 Bumps [tty-command](https://github.com/piotrmurach/tty-command) from 0.6.0 to 0.9.0. - [Release notes](https://github.com/piotrmurach/tty-command/releases) - [Changelog](https://github.com/piotrmurach/tty-command/blob/master/CHANGELOG.md) - [Commits](https://github.com/piotrmurach/tty-command/compare/v0.6.0...v0.9.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index e55fa26..568da95 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ group :development, :unit_tests do gem 'puppetlabs_spec_helper', '~> 2.3' gem 'rspec-puppet', '~> 2.6' gem 'rubocop', '~> 0.50' - gem 'tty-command', '~> 0.6' + gem 'tty-command', '~> 0.9' gem 'tty-file', '~> 0.4' gem 'tty-prompt', '~> 0.13' gem 'yamllint', '~> 0.0.9' diff --git a/Gemfile.lock b/Gemfile.lock index 343450e..a32cf76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM cri (2.6.1) colored (~> 1.2) diff-lcs (1.3) - equatable (0.5.0) + equatable (0.6.1) facter (2.5.1) facter (2.5.1-universal-darwin) CFPropertyList (~> 2.2) @@ -46,9 +46,9 @@ GEM parallel (1.12.0) parser (2.4.0.0) ast (~> 2.2) - pastel (0.7.1) - equatable (~> 0.5.0) - tty-color (~> 0.4.0) + pastel (0.7.3) + equatable (~> 0.6) + tty-color (~> 0.5) powerpack (0.1.1) public_suffix (3.0.0) puppet (5.3.2) @@ -138,8 +138,8 @@ GEM timers (4.1.2) hitimes trollop (2.1.2) - tty-color (0.4.2) - tty-command (0.6.0) + tty-color (0.5.0) + tty-command (0.9.0) pastel (~> 0.7.0) tty-cursor (0.5.0) tty-file (0.4.0) @@ -186,7 +186,7 @@ DEPENDENCIES rspec-puppet (~> 2.6) rubocop (~> 0.50) rugged (~> 0.26) - tty-command (~> 0.6) + tty-command (~> 0.9) tty-file (~> 0.4) tty-prompt (~> 0.13) xmlrpc (~> 0.3.0)