Skip to content

Commit b3c994d

Browse files
committed
add win32ole gem
1 parent aca9b9a commit b3c994d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ end
5656
# https://github.com/OpenVoxProject/openvox/issues/90
5757
gem 'syslog', '~> 0.3' if RUBY_VERSION >= '3.4'
5858

59+
# openvox dep: openvox-8.25.0/lib/puppet/util/windows.rb:35
60+
# vendored until Ruby 4.0 and requires libs to compile dependencies
61+
if RUBY_VERSION >= '3.4' && Gem.win_platform?
62+
gem 'win32ole'
63+
end
64+
5965
gem 'puppet_metadata', '>= 5.3', '< 7'
6066

6167
gem 'net-ssh', github: 'bastelfreak/net-ssh', branch: 'logger'

0 commit comments

Comments
 (0)