summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-01-30 17:08:41 -0800
committerTim Smith <tsmith84@gmail.com>2020-01-30 17:08:41 -0800
commitd5bb2d6e8cb4e503a7cfd34ade45879dfa7f78c0 (patch)
tree0d4ca6092ede7e191da90f4984f57153a4e5360f
parent77ff794b9f9cd78530f2d3a7713f280e6daed1be (diff)
downloadchef-d5bb2d6e8cb4e503a7cfd34ade45879dfa7f78c0.tar.gz
Update train-core and win32-serviceupdates
train-core includes multiple bugfixes and win32-service includes fixes for the new FFI to prevent log spam Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile.lock9
-rw-r--r--omnibus/Gemfile.lock2
2 files changed, 5 insertions, 6 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index f9f900f83b..a7a9d74682 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -337,11 +337,10 @@ GEM
rubyzip (1.3.0)
safe_yaml (1.0.5)
semverse (3.0.0)
- simplecov (0.17.1)
+ simplecov (0.18.0)
docile (~> 1.1)
- json (>= 1.8, < 3)
- simplecov-html (~> 0.10.0)
- simplecov-html (0.10.2)
+ simplecov-html (~> 0.11.0)
+ simplecov-html (0.11.0)
slop (3.6.0)
sslshake (1.3.0)
strings (0.1.8)
@@ -359,7 +358,7 @@ GEM
tins (1.24.0)
sync
tomlrb (1.2.9)
- train-core (3.2.5)
+ train-core (3.2.14)
json (>= 1.8, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
net-scp (>= 1.2, < 3.0)
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index bd0c7ea0d3..a47f1df8a4 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -350,7 +350,7 @@ GEM
win32-ipc (>= 0.6.0)
win32-process (0.8.3)
ffi (>= 1.0.0)
- win32-service (2.1.4)
+ win32-service (2.1.5)
ffi
ffi-win32-extensions
win32-taskscheduler (2.0.4)