Skip to content

Commit c1bbe99

Browse files
committed
add win32ole gem
1 parent a8218e6 commit c1bbe99

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
# test puppet_forge branch until it's released

0 commit comments

Comments
 (0)