diff options
author | Tim Smith <tsmith@chef.io> | 2018-09-21 15:04:09 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-03-11 12:20:20 -0700 |
commit | df23dbbda7d4eb621804f004ff85181d83a11641 (patch) | |
tree | dc4ac3d354e5b9eb3229ed9be56d5447cc9a1d85 /Gemfile.lock | |
parent | b870d8c578a6424e405ec2083d5f47d331f09d14 (diff) | |
download | chef-df23dbbda7d4eb621804f004ff85181d83a11641.tar.gz |
WIP: Remove audit mode from chef-client
This just gives us a line count to the change and perhaps a starting
point for when we do this in Chef 15
Signed-off-by: Tim Smith <tsmith@chef.io>
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 40 |
1 files changed, 11 insertions, 29 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 02b45bfd74..398b90f02a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,12 +49,6 @@ PATH ohai (~> 15.0) plist (~> 3.2) proxifier (~> 1.0) - rspec-core (~> 3.5) - rspec-expectations (~> 3.5) - rspec-mocks (~> 3.5) - rspec_junit_formatter (~> 0.2.0) - serverspec (~> 2.7) - specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) chef (15.0.181-universal-mingw32) @@ -80,12 +74,6 @@ PATH ohai (~> 15.0) plist (~> 3.2) proxifier (~> 1.0) - rspec-core (~> 3.5) - rspec-expectations (~> 3.5) - rspec-mocks (~> 3.5) - rspec_junit_formatter (~> 0.2.0) - serverspec (~> 2.7) - specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) win32-api (~> 1.5.3) @@ -168,7 +156,7 @@ GEM highline (1.7.10) htmlentities (4.3.4) iniparse (1.4.4) - inspec-core (3.6.6) + inspec-core (3.7.1) addressable (~> 2.4) faraday (>= 0.9.0) hashie (~> 3.4) @@ -185,6 +173,7 @@ GEM rubyzip (~> 1.1) semverse sslshake (~> 1.2) + term-ansicolor thor (~> 0.20) tomlrb (~> 1.2) train-core (~> 1.5, >= 1.7.2) @@ -216,8 +205,6 @@ GEM necromancer (0.4.0) net-http-persistent (2.9.4) net-http-pipeline (1.0.1) - net-scp (1.2.1) - net-ssh (>= 2.6.5) net-sftp (2.1.2) net-ssh (>= 2.6.5) net-ssh (4.2.0) @@ -226,7 +213,6 @@ GEM net-ssh-multi (1.2.1) net-ssh (>= 2.6.5) net-ssh-gateway (>= 1.2.0) - net-telnet (0.1.1) netrc (0.11.0) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) @@ -295,23 +281,12 @@ GEM addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) semverse (3.0.0) - serverspec (2.41.3) - multi_json - rspec (~> 3.0) - rspec-its - specinfra (~> 2.72) - sfl (2.3) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) slop (3.6.0) - specinfra (2.76.9) - net-scp - net-ssh (>= 2.7) - net-telnet (= 0.1.1) - sfl sslshake (1.3.0) strings (0.1.4) strings-ansi (~> 0.1.0) @@ -321,10 +296,13 @@ GEM structured_warnings (0.3.0) syslog-logger (1.6.8) systemu (2.6.5) + term-ansicolor (1.7.1) + tins (~> 1.0) thor (0.20.3) timers (4.3.0) + tins (1.20.2) tomlrb (1.2.8) - train-core (1.7.2) + train-core (1.7.4) json (>= 1.8, < 3.0) mixlib-shellout (~> 2.0) travis (1.8.9) @@ -337,7 +315,7 @@ GEM pusher-client (~> 0.4) typhoeus (~> 0.6, >= 0.6.8) tty-color (0.4.3) - tty-cursor (0.6.0) + tty-cursor (0.6.1) tty-prompt (0.18.1) necromancer (~> 0.4.0) pastel (~> 0.7.0) @@ -417,6 +395,10 @@ DEPENDENCIES pry-stack_explorer rake (<= 12.3.0) rb-readline + rspec-core (~> 3.5) + rspec-expectations (~> 3.5) + rspec-mocks (~> 3.5) + rspec_junit_formatter (~> 0.2.0) ruby-prof ruby-shadow simplecov |