Skip to content
Snippets Groups Projects
Unverified Commit 9f801503 authored by Dave Armstrong's avatar Dave Armstrong
Browse files

(GH-419) Removal of win32 gems

All platform-specific runtime dependencies are included by the PDK supported versions of Puppet, therefore these are no longer required.
parent a37c82f7
No related branches found
No related tags found
No related merge requests found
......@@ -114,16 +114,6 @@ gems['puppet'] = location_for(puppet_version)
gems['facter'] = location_for(facter_version) if facter_version
gems['hiera'] = location_for(hiera_version) if hiera_version
if Gem.win_platform? && puppet_version =~ %r{^(file:///|git://)}
# If we're using a Puppet gem on Windows which handles its own win32-xxx gem
# dependencies (>= 3.5.0), set the maximum versions (see PUP-6445).
gems['win32-dir'] = ['<= 0.4.9', require: false]
gems['win32-eventlog'] = ['<= 0.6.5', require: false]
gems['win32-process'] = ['<= 0.7.5', require: false]
gems['win32-security'] = ['<= 0.2.5', require: false]
gems['win32-service'] = ['0.8.8', require: false]
end
gems.each do |gem_name, gem_params|
gem gem_name, *gem_params
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment