summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorNimesh <nimesh.patni@msystechnologies.com>2018-11-13 01:07:34 +0530
committerNimesh-Msys <nimesh.patni@msystechnologies.com>2019-01-07 14:33:58 +0530
commit560d568366f73c9915f64eb0f12f3421245e7cc1 (patch)
tree47c38379b1db6d964d1f2b35ad37e3a9fc741879 /Gemfile.lock
parent45d7d458bf74d3979b0b8ca2172996d6cba9aace (diff)
downloadchef-560d568366f73c9915f64eb0f12f3421245e7cc1.tar.gz
windows_task resource: allow non-system users without password for interactive tasks
- Minor changes in `validate_user_and_password` to support this feature - `validate_interactive_setting` would no longer be needed - Added test cases - Added support to latest version of win32-taskscheduler gem (2.0.4) - Fixes MSYS-924 Signed-off-by: Nimesh <nimesh.patni@msystechnologies.com>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index c55e645276..cea17940c7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -148,9 +148,9 @@ GEM
multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
- ffi (1.9.25)
- ffi (1.9.25-x64-mingw32)
- ffi (1.9.25-x86-mingw32)
+ ffi (1.10.0)
+ ffi (1.10.0-x64-mingw32)
+ ffi (1.10.0-x86-mingw32)
ffi-win32-extensions (1.0.3)
ffi
ffi-yajl (2.3.1)
@@ -364,7 +364,7 @@ GEM
hashdiff
websocket (1.2.8)
win32-api (1.5.3-universal-mingw32)
- win32-certstore (0.1.11)
+ win32-certstore (0.2.1)
ffi
mixlib-shellout
win32-dir (0.5.1)
@@ -384,7 +384,7 @@ GEM
win32-service (1.0.1)
ffi
ffi-win32-extensions
- win32-taskscheduler (2.0.1)
+ win32-taskscheduler (2.0.4)
ffi
structured_warnings
windows-api (0.4.4)