From e6a1cc4028c77684b7954ccb2e59106f64afc400 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 8 Oct 2018 12:10:27 -0700 Subject: Add windows_certificate and windows_share resources Move two additional resources over from the windows cookbook. With these moved we're pretty close to fully deprecating the windows cookbook. Signed-off-by: Tim Smith --- Gemfile.lock | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index c1a5da61f5..b74eefb271 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,6 +71,7 @@ PATH syslog-logger (~> 1.6) uuidtools (~> 2.1.5) win32-api (~> 1.5.3) + win32-certstore (>= 0.1.8) win32-dir (~> 0.5.0) win32-event (~> 0.6.1) win32-eventlog (= 0.6.3) @@ -324,6 +325,9 @@ GEM hashdiff websocket (1.2.8) win32-api (1.5.3-universal-mingw32) + win32-certstore (0.1.8) + ffi + mixlib-shellout win32-dir (0.5.1) ffi (>= 1.0.0) win32-event (0.6.3) -- cgit v1.2.1 From e6220062595fc1ba286e550dea4aacd6ee104eed Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 31 Oct 2018 12:48:15 -0700 Subject: Update win32-certstore to the latest This is necessary to resolve a missing license Signed-off-by: Tim Smith --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index b74eefb271..6e24659eba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -220,7 +220,7 @@ GEM systemu (~> 2.6.4) wmi-lite (~> 1.0) parallel (1.12.1) - parser (2.5.1.2) + parser (2.5.3.0) ast (~> 2.4.0) parslet (1.8.2) plist (3.4.0) @@ -325,7 +325,7 @@ GEM hashdiff websocket (1.2.8) win32-api (1.5.3-universal-mingw32) - win32-certstore (0.1.8) + win32-certstore (0.1.11) ffi mixlib-shellout win32-dir (0.5.1) -- cgit v1.2.1