Skip to content

Commit e9756a1

Browse files
committed
add win32ole gem
1 parent 382082c commit e9756a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Gemfile

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

53+
# openvox dep: openvox-8.25.0/lib/puppet/util/windows.rb:35
54+
# vendored until Ruby 4.0 and requires libs to compile dependencies
55+
if RUBY_VERSION >= '3.4' && Gem.win_platform?
56+
gem 'win32ole'
57+
end
58+
5359
gem 'puppet_metadata', '>= 5.3', '< 7'
5460

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

0 commit comments

Comments
 (0)