Skip to content

Commit

Permalink
Drop win32-* gems from bolt runtime
Browse files Browse the repository at this point in the history
Puppet 6 was the last stream to depend on win32-* gems, see 513c558. In
Puppet 7, all of the required functionality was implemented in puppet itself.

Since bolt-runtime has moved to puppet 7.27, we can drop these gems.
  • Loading branch information
joshcooper committed Apr 4, 2024
1 parent 1d7cd83 commit b67777e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 33 deletions.
6 changes: 0 additions & 6 deletions configs/components/rubygem-win32-dir.rb

This file was deleted.

6 changes: 0 additions & 6 deletions configs/components/rubygem-win32-process.rb

This file was deleted.

6 changes: 0 additions & 6 deletions configs/components/rubygem-win32-security.rb

This file was deleted.

6 changes: 0 additions & 6 deletions configs/components/rubygem-win32-service.rb

This file was deleted.

9 changes: 0 additions & 9 deletions configs/projects/bolt-runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -215,15 +215,6 @@
proj.component 'rubygem-yard'

# Core Windows dependencies

# Omits from non-Windows platforms to avoid licensing issues
if platform.is_windows?
proj.component 'rubygem-win32-dir'
proj.component 'rubygem-win32-process'
proj.component 'rubygem-win32-security'
proj.component 'rubygem-win32-service'
end

proj.component 'rubygem-windows_error'
proj.component 'rubygem-winrm'
proj.component 'rubygem-winrm-fs'
Expand Down

0 comments on commit b67777e

Please sign in to comment.