mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
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:
parent
781bf8bbf7
commit
b3f3f71408
2 changed files with 8 additions and 8 deletions
2
Gemfile
2
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'
|
||||
|
|
|
|||
14
Gemfile.lock
14
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue