mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
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:
parent
95af07474f
commit
bd51ea6517
2 changed files with 20 additions and 24 deletions
6
Gemfile
6
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue