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)