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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-25 11:26:36 +00:00 committed by GitHub
parent 781bf8bbf7
commit b3f3f71408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View file

@ -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'