Currently, the ruby process we use to make a service for puppet ([daemon.rb|https://github.com/puppetlabs/puppet/blob/master/ext/windows/service/daemon.rb)] makes use of Win32 gems to create a windows service.
These gems are pretty out-of-date, and we should update puppet to work directly with FFI and the windows API to create the service.
Mihai Buzgau This can probably be closed as a dup of other win32 removal?
The last win32 gem dependency was removed in PUP-6184, so closing this as a duplicate.