diff options
author | Tim Smith <tsmith@chef.io> | 2018-06-13 11:57:40 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-06-13 11:57:40 -0700 |
commit | 94e213a891d565cf1eaac7a753bd2ec9b6c01856 (patch) | |
tree | 1a6db1408457c4924c5a85e73f03d84ff1cac3b3 /omnibus | |
parent | 43d36ee8420f1dd26e70490224cb49b31a9c318a (diff) | |
download | chef-94e213a891d565cf1eaac7a753bd2ec9b6c01856.tar.gz |
Pull in win32-taskscheduler 1.0.2
- Fixes tasks gets created when wrong username and password is provided and then it throws error for invalid username password.
- Fixes windows_task not idempotent when task_name includes parent folder
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/Gemfile.lock | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 1bcf7ab0ae..a4354503c0 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -31,13 +31,13 @@ GEM addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) awesome_print (1.8.0) - aws-sdk (2.11.66) - aws-sdk-resources (= 2.11.66) - aws-sdk-core (2.11.66) + aws-sdk (2.11.67) + aws-sdk-resources (= 2.11.67) + aws-sdk-core (2.11.67) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.11.66) - aws-sdk-core (= 2.11.66) + aws-sdk-resources (2.11.67) + aws-sdk-core (= 2.11.67) aws-sigv4 (1.0.2) berkshelf (4.3.5) addressable (~> 2.3, >= 2.3.4) @@ -127,7 +127,7 @@ GEM mixlib-log mixlib-authentication (2.1.1) mixlib-cli (1.7.0) - mixlib-config (2.2.6) + mixlib-config (2.2.8) tomlrb mixlib-install (3.10.0) mixlib-shellout @@ -226,7 +226,7 @@ GEM hitimes toml-rb (1.1.1) citrus (~> 3.0, > 3.0) - tomlrb (1.2.6) + tomlrb (1.2.7) varia_model (0.4.1) buff-extensions (~> 1.0) hashie (>= 2.0.2, < 4.0.0) |