diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-06-24 12:19:11 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-06-24 12:19:11 -0700 |
commit | 334bddfdecf18f9b5e7d4f1ebdf01cdcc4798426 (patch) | |
tree | 6822c053f0d49b4568f6760f6c06607025f3ba54 | |
parent | fdbdc97b7f7bace8df63f11d452de4ff26567e6d (diff) | |
download | chef-334bddfdecf18f9b5e7d4f1ebdf01cdcc4798426.tar.gz |
Update ffi-libarchive to 0.4.10
This resolves constant warnings
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile.lock | 4 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 26 |
2 files changed, 15 insertions, 15 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 11903abae0..61073884cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT GIT remote: https://github.com/chef/ohai.git - revision: 065279661e0a99ade524de7549fa3e1eaf00b453 + revision: 7e0dc7e7dec232d3b4f74f7e9bde422f4334aaa8 branch: master specs: ohai (15.1.5) @@ -158,7 +158,7 @@ GEM ffi (1.11.1) ffi (1.11.1-x64-mingw32) ffi (1.11.1-x86-mingw32) - ffi-libarchive (0.4.6) + ffi-libarchive (0.4.10) ffi (~> 1.0) ffi-win32-extensions (1.0.3) ffi diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index f922fef519..1bdb7e9d80 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -32,17 +32,17 @@ GEM public_suffix (>= 2.0.2, < 4.0) awesome_print (1.8.0) aws-eventstream (1.0.3) - aws-partitions (1.175.0) - aws-sdk-core (3.55.0) + aws-partitions (1.177.0) + aws-sdk-core (3.56.0) aws-eventstream (~> 1.0, >= 1.0.2) aws-partitions (~> 1.0) aws-sigv4 (~> 1.1) jmespath (~> 1.0) - aws-sdk-kms (1.21.0) - aws-sdk-core (~> 3, >= 3.53.0) + aws-sdk-kms (1.22.0) + aws-sdk-core (~> 3, >= 3.56.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.42.0) - aws-sdk-core (~> 3, >= 3.53.0) + aws-sdk-s3 (1.43.0) + aws-sdk-core (~> 3, >= 3.56.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) aws-sigv4 (1.1.0) @@ -154,14 +154,14 @@ GEM concurrent-ruby (1.1.5) diff-lcs (1.3) ed25519 (1.2.4) - equatable (0.5.0) + equatable (0.6.0) erubis (2.7.0) faraday (0.15.4) multipart-post (>= 1.2, < 3) ffi (1.11.1) ffi (1.11.1-x64-mingw32) ffi (1.11.1-x86-mingw32) - ffi-libarchive (0.4.6) + ffi-libarchive (0.4.10) ffi (~> 1.0) ffi-win32-extensions (1.0.3) ffi @@ -233,7 +233,7 @@ GEM nori (2.6.0) octokit (4.14.0) sawyer (~> 0.8.0, >= 0.5.3) - ohai (15.1.3) + ohai (15.1.5) chef-config (>= 12.8, < 16) ffi (~> 1.9) ffi-yajl (~> 2.2) @@ -245,9 +245,9 @@ GEM plist (~> 3.1) systemu (~> 2.6.4) wmi-lite (~> 1.0) - pastel (0.7.2) - equatable (~> 0.5.0) - tty-color (~> 0.4.0) + pastel (0.7.3) + equatable (~> 0.6) + tty-color (~> 0.5) pedump (0.5.2) awesome_print iostruct (>= 0.0.4) @@ -306,7 +306,7 @@ GEM pastel (~> 0.7.2) strings (~> 0.1.5) tty-cursor (~> 0.7) - tty-color (0.4.3) + tty-color (0.5.0) tty-cursor (0.7.0) tty-prompt (0.19.0) necromancer (~> 0.5.0) |