We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382082c commit e9756a1Copy full SHA for e9756a1
Gemfile
@@ -50,6 +50,12 @@ end
50
# https://github.com/OpenVoxProject/openvox/issues/90
51
gem 'syslog', '~> 0.3' if RUBY_VERSION >= '3.4'
52
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
+
59
gem 'puppet_metadata', '>= 5.3', '< 7'
60
61
gem 'net-ssh', github: 'bastelfreak/net-ssh', branch: 'logger'
0 commit comments