diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-02 13:01:24 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-02 13:01:24 -0700 |
commit | 85243be056908b6d6504d7b66551828a658ca1f0 (patch) | |
tree | 3eab14c0fa9d0c89987aaaf9804ef8937ffde269 | |
parent | acb23859f867121b361b513c69a4a01b85ee3c19 (diff) | |
download | chef-85243be056908b6d6504d7b66551828a658ca1f0.tar.gz |
Update inspec to 3.9.0
This should resolve build issues on Solari
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile.lock | 6 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 3841f5a181..f05636f7d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -147,7 +147,7 @@ GEM highline (1.7.10) htmlentities (4.3.4) iniparse (1.4.4) - inspec-core (3.7.11) + inspec-core (3.9.0) addressable (~> 2.4) faraday (>= 0.9.0) faraday_middleware (~> 0.12.2) @@ -226,7 +226,7 @@ GEM binding_of_caller (>= 0.7) pry (>= 0.9.11) public_suffix (3.0.3) - rack (2.0.6) + rack (2.0.7) rainbow (3.0.0) rake (12.3.2) rb-readline (0.5.5) @@ -344,7 +344,7 @@ GEM win32-api (>= 1.4.5) wisper (2.0.0) wmi-lite (1.0.2) - yard (0.9.18) + yard (0.9.19) PLATFORMS ruby diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index dc07585df8..0447c12ac5 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -243,7 +243,7 @@ GEM progressbar (1.10.0) proxifier (1.0.3) public_suffix (3.0.3) - rack (2.0.6) + rack (2.0.7) retryable (3.0.4) rspec (3.8.0) rspec-core (~> 3.8.0) |