Bump tty-prompt, tty-command and tty-file

Bumps [tty-prompt](https://github.com/piotrmurach/tty-prompt), [tty-command](https://github.com/piotrmurach/tty-command) and [tty-file](https://github.com/piotrmurach/tty-file). These dependencies needed to be updated together.

Updates `tty-prompt` from 0.21.0 to 0.22.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.21.0...v0.22.0)

Updates `tty-command` from 0.9.0 to 0.10.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.9.0...v0.10.0)

Updates `tty-file` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/piotrmurach/tty-file/releases)
- [Changelog](https://github.com/piotrmurach/tty-file/blob/master/CHANGELOG.md)
- [Commits](https://github.com/piotrmurach/tty-file/compare/v0.9.0...v0.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-23 10:01:38 +00:00 committed by GitHub
parent 95af07474f
commit bd51ea6517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 24 deletions

View file

@ -25,9 +25,9 @@ group :development, :unit_tests do
gem 'puppetlabs_spec_helper', '~> 2.15'
gem 'rspec-puppet', '~> 2.6'
gem 'rubocop', '~> 0.87'
gem 'tty-command', '~> 0.6'
gem 'tty-file', '~> 0.9'
gem 'tty-prompt', '~> 0.21'
gem 'tty-command', '~> 0.10'
gem 'tty-file', '~> 0.10'
gem 'tty-prompt', '~> 0.22'
gem 'yamllint', '~> 0.0.9'
# puppet-lint and plugins

View file

@ -10,7 +10,6 @@ GEM
cri (2.15.10)
deep_merge (1.2.1)
diff-lcs (1.4.4)
equatable (0.6.1)
facter (4.0.29)
hocon (~> 1.3)
thor (>= 1.0.1, < 2.0)
@ -41,13 +40,11 @@ GEM
mocha (1.11.2)
multi_json (1.14.1)
multipart-post (2.1.1)
necromancer (0.5.1)
os (1.1.0)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
pastel (0.7.4)
equatable (~> 0.6)
pastel (0.8.0)
tty-color (~> 0.5)
pathspec (0.2.1)
public_suffix (4.0.5)
@ -158,23 +155,22 @@ GEM
text (1.3.1)
thor (1.0.1)
trollop (2.9.10)
tty-color (0.5.1)
tty-command (0.9.0)
pastel (~> 0.7.0)
tty-color (0.5.2)
tty-command (0.10.0)
pastel (~> 0.8)
tty-cursor (0.7.1)
tty-file (0.9.0)
tty-file (0.10.0)
diff-lcs (~> 1.3)
pastel (~> 0.7.2)
tty-prompt (~> 0.20)
tty-prompt (0.21.0)
necromancer (~> 0.5.0)
pastel (~> 0.7.0)
tty-reader (~> 0.7.0)
tty-reader (0.7.0)
pastel (~> 0.8)
tty-prompt (~> 0.22)
tty-prompt (0.22.0)
pastel (~> 0.8)
tty-reader (~> 0.8)
tty-reader (0.8.0)
tty-cursor (~> 0.7)
tty-screen (~> 0.7)
wisper (~> 2.0.0)
tty-screen (0.8.0)
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.1)
unicode-display_width (1.7.0)
wisper (2.0.1)
xmlrpc (0.3.0)
@ -207,9 +203,9 @@ DEPENDENCIES
rspec-puppet (~> 2.6)
rubocop (~> 0.87)
rugged (~> 1.0)
tty-command (~> 0.6)
tty-file (~> 0.9)
tty-prompt (~> 0.21)
tty-command (~> 0.10)
tty-file (~> 0.10)
tty-prompt (~> 0.22)
xmlrpc (~> 0.3.0)
yamllint (~> 0.0.9)