diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2019-05-24 14:43:24 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2019-05-24 14:44:24 -0700 |
commit | b2e58d3594bb9a4dd8e1dbcf7212627ad20fd0cd (patch) | |
tree | c13b965d73d9a6f909046aa18fb35060ba1582d7 /Gemfile.lock | |
parent | f8f3b2499f45d7392b6500f781f8a70c26d3b113 (diff) | |
download | chef-b2e58d3594bb9a4dd8e1dbcf7212627ad20fd0cd.tar.gz |
fix shellout require idempotency and bump gems
something is declaring an empty class somewhere and trolling me hard
but ruby makes that near impossible to figure out, so be slightly more
specific by looking for a mixlib-shellout constant
also bumps the gems
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8b30e473ac..408a87d195 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,10 +8,10 @@ GIT GIT remote: https://github.com/chef/ohai.git - revision: 62a879800c77cd6c1808e7a247976d7c910f6209 + revision: 3734d441498e51dd44cefc21d842232cd0b5a47d branch: master specs: - ohai (15.0.35) + ohai (15.0.36) chef-config (>= 12.8, < 16) ffi (~> 1.9) ffi-yajl (~> 2.2) @@ -121,7 +121,7 @@ GEM specs: addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - appbundler (0.12.5) + appbundler (0.12.6) mixlib-cli (>= 1.4, < 3.0) mixlib-shellout (>= 2.0, < 4.0) ast (2.4.0) @@ -155,9 +155,9 @@ GEM multipart-post (>= 1.2, < 3) faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) - ffi (1.10.0) - ffi (1.10.0-x64-mingw32) - ffi (1.10.0-x86-mingw32) + ffi (1.11.1) + ffi (1.11.1-x64-mingw32) + ffi (1.11.1-x86-mingw32) ffi-libarchive (0.4.6) ffi (~> 1.0) ffi-win32-extensions (1.0.3) @@ -205,7 +205,7 @@ GEM jaro_winkler (1.5.2) json (2.2.0) libyajl2 (1.2.0) - license-acceptance (1.0.11) + license-acceptance (1.0.12) pastel (~> 0.7) tomlrb (~> 1.2) tty-box (~> 0.3) @@ -300,7 +300,7 @@ GEM ruby-progressbar (1.10.0) ruby-shadow (2.5.0) rubyntlm (0.6.2) - rubyzip (1.2.2) + rubyzip (1.2.3) safe_yaml (1.0.5) semverse (3.0.0) simplecov (0.16.1) @@ -324,7 +324,7 @@ GEM timers (4.3.0) tins (1.20.2) tomlrb (1.2.8) - train-core (2.1.2) + train-core (2.1.7) json (>= 1.8, < 3.0) mixlib-shellout (>= 2.0, < 4.0) net-scp (>= 1.2, < 3.0) |