diff options
author | Tim Smith <tsmith@chef.io> | 2019-03-11 10:59:12 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-03-11 12:14:37 -0700 |
commit | d0dcbd2aedf1ec38dc9b1af8db4737ebff8aadf0 (patch) | |
tree | dd4b091cd0123d6805266cb685962386a601cf2c /omnibus | |
parent | fd3a6597fea49e4e563ee782b7e8856c4ccb8b87 (diff) | |
download | chef-d0dcbd2aedf1ec38dc9b1af8db4737ebff8aadf0.tar.gz |
Allow win32-service 2.x and bump InSpec to 3.7.1
We shipped win32-service 2.x. Let's allow it here.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile.lock | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index e3f41c4c99..f962b9256a 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -18,7 +18,7 @@ GIT GIT remote: https://github.com/chef/omnibus-software - revision: 00c81e99278b7d715f39968e72eb96c3c948f015 + revision: 44f52c320c3fe866e4d4186319fb6b5537f0656f branch: master specs: omnibus-software (4.0.0) @@ -32,7 +32,7 @@ GEM public_suffix (>= 2.0.2, < 4.0) awesome_print (1.8.0) aws-eventstream (1.0.1) - aws-partitions (1.141.0) + aws-partitions (1.143.0) aws-sdk-core (3.46.2) aws-eventstream (~> 1.0) aws-partitions (~> 1.0) @@ -41,7 +41,7 @@ GEM aws-sdk-kms (1.13.0) aws-sdk-core (~> 3, >= 3.39.0) aws-sigv4 (~> 1.0) - aws-sdk-s3 (1.30.1) + aws-sdk-s3 (1.31.0) aws-sdk-core (~> 3, >= 3.39.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.0) @@ -60,10 +60,10 @@ GEM solve (~> 4.0) thor (>= 0.20) builder (3.2.3) - chef (14.10.9) + chef (14.11.21) addressable bundler (>= 1.10) - chef-config (= 14.10.9) + chef-config (= 14.11.21) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -90,10 +90,10 @@ GEM specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (14.10.9-universal-mingw32) + chef (14.11.21-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.10.9) + chef-config (= 14.11.21) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -122,7 +122,7 @@ GEM syslog-logger (~> 1.6) uuidtools (~> 2.1.5) win32-api (~> 1.5.3) - win32-certstore (>= 0.1.8) + win32-certstore (~> 0.2.4) win32-dir (~> 0.5.0) win32-event (~> 0.6.1) win32-eventlog (= 0.6.3) @@ -133,7 +133,7 @@ GEM win32-taskscheduler (~> 2.0) windows-api (~> 0.4.4) wmi-lite (~> 1.0) - chef-config (14.10.9) + chef-config (14.11.21) addressable fuzzyurl mixlib-config (>= 2.2.12, < 3.0) @@ -148,7 +148,7 @@ GEM uuidtools (~> 2.1) citrus (3.0.2) cleanroom (1.0.0) - concurrent-ruby (1.1.4) + concurrent-ruby (1.1.5) diff-lcs (1.3) erubis (2.7.0) faraday (0.15.4) |