diff --git a/Gemfile.lock b/Gemfile.lock index 60b1697..e7c74f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,7 +41,7 @@ GEM retryable (~> 2.0) solve (~> 4.0) thor (>= 0.20) - builder (3.2.3) + builder (3.2.4) chef (14.7.17) addressable bundler (>= 1.10) @@ -75,6 +75,18 @@ GEM chef-api (0.8.0) logify (~> 0.1) mime-types + chef-cli (2.0.10) + addressable (>= 2.3.5, < 2.8) + chef (>= 14.0) + cookbook-omnifetch (~> 0.5) + diff-lcs (~> 1.0) + ffi-yajl (>= 1.0, < 3.0) + license-acceptance (~> 1.0, >= 1.0.11) + minitar (~> 0.6) + mixlib-cli (>= 1.7, < 3.0) + mixlib-shellout (>= 2.0, < 4.0) + paint (>= 1, < 3) + solve (> 2.0, < 5.0) chef-config (14.7.17) addressable fuzzyurl @@ -89,13 +101,16 @@ GEM mixlib-log (~> 2.0) rack (~> 2.0, >= 2.0.6) uuidtools (~> 2.1) - chefspec (7.3.2) - chef (>= 12.16.42) - fauxhai (>= 4) + chefspec (9.2.0) + chef (>= 14) + chef-cli + fauxhai-ng (>= 7.5) rspec (~> 3.0) cleanroom (1.0.0) coderay (1.1.2) concurrent-ruby (1.1.4) + cookbook-omnifetch (0.9.1) + mixlib-archive (>= 0.4, < 2.0) cookstyle (3.0.0) rubocop (= 0.55.0) cucumber-core (3.2.1) @@ -103,17 +118,18 @@ GEM cucumber-tag_expressions (~> 1.1.0) gherkin (~> 5.0) cucumber-tag_expressions (1.1.1) - diff-lcs (1.3) + diff-lcs (1.4.4) + equatable (0.6.1) erubis (2.7.0) excon (0.62.0) faraday (0.15.4) multipart-post (>= 1.2, < 3) faraday-http-cache (2.0.0) faraday (~> 0.8) - fauxhai (6.7.0) + fauxhai-ng (8.2.0) net-ssh - ffi (1.10.0) - ffi-yajl (2.3.1) + ffi (1.13.1) + ffi-yajl (2.3.3) libyajl2 (~> 1.2) foodcritic (15.1.0) cucumber-core (>= 1.3, < 4.0) @@ -167,7 +183,7 @@ GEM httpclient (2.8.3) i18n (1.1.0) concurrent-ruby (~> 1.0) - iniparse (1.4.4) + iniparse (1.5.0) ipaddress (0.8.3) jmespath (1.4.0) kitchen-docker (2.7.0) @@ -179,6 +195,11 @@ GEM retryable (~> 2.0) test-kitchen (~> 1.4, >= 1.4.1) libyajl2 (1.2.0) + license-acceptance (1.0.19) + pastel (~> 0.7) + tomlrb (~> 1.2) + tty-box (~> 0.3) + tty-prompt (~> 0.18) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -196,7 +217,7 @@ GEM mini_portile2 (2.4.0) minitar (0.8) minitest (5.11.3) - mixlib-archive (0.4.19) + mixlib-archive (0.4.20) mixlib-log mixlib-authentication (2.1.1) mixlib-cli (1.7.0) @@ -210,8 +231,9 @@ GEM mixlib-shellout (2.4.4) mixlib-versioning (1.2.7) molinillo (0.6.6) - multi_json (1.13.1) + multi_json (1.14.1) multipart-post (2.0.0) + necromancer (0.4.0) nenv (0.3.0) net-scp (1.2.1) net-ssh (>= 2.6.5) @@ -232,21 +254,25 @@ GEM shellany (~> 0.0) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) - ohai (14.8.10) + ohai (14.15.0) chef-config (>= 12.8, < 15) ffi (~> 1.9) ffi-yajl (~> 2.2) ipaddress mixlib-cli (>= 1.7.0) - mixlib-config (~> 2.0) - mixlib-log (~> 2.0, >= 2.0.1) - mixlib-shellout (~> 2.0) + mixlib-config (>= 2.0, < 4.0) + mixlib-log (>= 2.0.1, < 4.0) + mixlib-shellout (>= 2.0, < 4.0) plist (~> 3.1) systemu (~> 2.6.4) wmi-lite (~> 1.0) + paint (2.2.0) parallel (1.12.1) parser (2.5.1.2) ast (~> 2.4.0) + pastel (0.7.4) + equatable (~> 0.6) + tty-color (~> 0.5) plist (3.5.0) polyglot (0.3.5) powerpack (0.1.2) @@ -254,8 +280,8 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - public_suffix (3.0.3) - rack (2.0.6) + public_suffix (3.1.1) + rack (2.2.3) rainbow (3.0.0) rake (12.3.2) rb-fsevent (0.10.3) @@ -263,22 +289,22 @@ GEM ffi (>= 0.5.0, < 2) retriable (2.1.0) retryable (2.0.4) - rspec (3.8.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) - rspec-core (3.8.0) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.2) + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-core (3.9.2) + rspec-support (~> 3.9.3) + rspec-expectations (3.9.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-its (1.2.0) + rspec-support (~> 3.9.0) + rspec-its (1.3.0) rspec-core (>= 3.0.0) rspec-expectations (>= 3.0.0) - rspec-mocks (3.8.0) + rspec-mocks (3.9.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-support (3.8.0) + rspec-support (~> 3.9.0) + rspec-support (3.9.3) rspec_junit_formatter (0.2.3) builder (< 4) rspec-core (>= 2, < 4, != 2.12.0) @@ -299,7 +325,7 @@ GEM addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) semverse (3.0.0) - serverspec (2.41.3) + serverspec (2.41.5) multi_json rspec (~> 3.0) rspec-its @@ -309,7 +335,7 @@ GEM solve (4.0.2) molinillo (~> 0.6) semverse (>= 1.1, < 4.0) - specinfra (2.76.9) + specinfra (2.82.17) net-scp net-ssh (>= 2.7) net-telnet (= 0.1.1) @@ -317,6 +343,11 @@ GEM stove (6.0.0) chef-api (~> 0.5) logify (~> 0.2) + strings (0.1.4) + strings-ansi (~> 0.1.0) + unicode-display_width (~> 1.4.0) + unicode_utils (~> 1.4.0) + strings-ansi (0.1.0) syslog-logger (1.6.8) systemu (2.6.5) test-kitchen (1.24.0) @@ -331,12 +362,31 @@ GEM winrm-fs (~> 1.1) thor (0.20.3) thread_safe (0.3.6) - tomlrb (1.2.8) + timers (4.3.0) + tomlrb (1.3.0) treetop (1.6.10) polyglot (~> 0.3) + tty-box (0.3.0) + pastel (~> 0.7.2) + strings (~> 0.1.4) + tty-cursor (~> 0.6.0) + tty-color (0.5.1) + tty-cursor (0.6.1) + tty-prompt (0.18.1) + necromancer (~> 0.4.0) + pastel (~> 0.7.0) + timers (~> 4.0) + tty-cursor (~> 0.6.0) + tty-reader (~> 0.5.0) + tty-reader (0.5.0) + tty-cursor (~> 0.6.0) + tty-screen (~> 0.6.4) + wisper (~> 2.0.0) + tty-screen (0.6.5) tzinfo (1.2.5) thread_safe (~> 0.1) unicode-display_width (1.4.0) + unicode_utils (1.4.0) uuidtools (2.1.5) winrm (2.3.1) builder (>= 2.1.2) @@ -355,7 +405,8 @@ GEM logging (>= 1.6.1, < 3.0) rubyzip (~> 1.1) winrm (~> 2.0) - wmi-lite (1.0.2) + wisper (2.0.1) + wmi-lite (1.0.5) PLATFORMS ruby