diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-11-14 13:47:10 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-11-14 13:47:10 -0800 |
commit | be0f081c00d8e0125f1fc162117bcf49f9dbc85c (patch) | |
tree | 28f1dd9c1f999694fee4e1defed5e0756a30986f /omnibus | |
parent | 37d505f3240e4b0a0ba0c316e6ecff4e9c3e5e45 (diff) | |
download | chef-be0f081c00d8e0125f1fc162117bcf49f9dbc85c.tar.gz |
Update InSpec to 4.18
I increased the pin in the gemfile since bundler didn't seem to want to pull in a 4.18 build. Note this does lower our rspec dep due to the pin in InSpec.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile.lock | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 489912f2c4..13c8086a8e 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/chef/omnibus - revision: f0e30edfaaaf47f403c441ddf6665b21a26f4546 + revision: 97490bb29fc5203d32d9475b044807ecad3ef7ef branch: master specs: - omnibus (6.1.13) + omnibus (6.1.14) aws-sdk-s3 (~> 1) chef-cleanroom (~> 1.0) chef-sugar (>= 3.3) @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 1f1cec89d749593420a429baf182becf8741fe12 + revision: 53ab4169b691367dc16a317fca4426fb6563a65a branch: master specs: omnibus-software (4.0.0) @@ -32,7 +32,7 @@ GEM artifactory (3.0.5) awesome_print (1.8.0) aws-eventstream (1.0.3) - aws-partitions (1.239.0) + aws-partitions (1.240.0) aws-sdk-core (3.77.0) aws-eventstream (~> 1.0, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -206,7 +206,7 @@ GEM mixlib-log mixlib-authentication (2.1.1) mixlib-cli (2.1.1) - mixlib-config (3.0.1) + mixlib-config (3.0.5) tomlrb mixlib-install (3.11.21) mixlib-shellout @@ -264,7 +264,7 @@ GEM retryable (3.0.5) ruby-progressbar (1.10.1) rubyntlm (0.6.2) - rubyzip (1.3.0) + rubyzip (2.0.0) sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) @@ -359,10 +359,10 @@ GEM erubi (~> 1.8) winrm (~> 2.0) winrm-fs (~> 1.0) - winrm-fs (1.3.3) + winrm-fs (1.3.4) erubi (~> 1.8) logging (>= 1.6.1, < 3.0) - rubyzip (~> 1.1) + rubyzip (~> 2.0) winrm (~> 2.0) wisper (2.0.1) wmi-lite (1.0.2) |