summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-03-18 16:56:36 -0700
committerTim Smith <tsmith@chef.io>2019-03-18 16:56:36 -0700
commit9a780fdfc48b9bcd7be606ffc646f9e1d46e1f8a (patch)
tree8e6e6e921b47dc2fb3ca98dc7cab7e79eaf89d2e
parent3e792ca4fdd5ae133a9aac459d130f997fb453b7 (diff)
downloadchef-9a780fdfc48b9bcd7be606ffc646f9e1d46e1f8a.tar.gz
Pull in the updates ohai with the loosened mixlib deps
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index d4b50c65c1..38c41eed47 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,18 +8,18 @@ GIT
GIT
remote: https://github.com/chef/ohai.git
- revision: dd8aac97c78d23aa0afb698c1a76e5930ec9978e
+ revision: 05e507952d8dbff8e31528f1ebcab72664e99aa2
branch: master
specs:
- ohai (15.0.29)
+ ohai (15.0.30)
chef-config (>= 12.8, < 16)
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)