We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca9b9a commit b3c994dCopy full SHA for b3c994d
1 file changed
Gemfile
@@ -56,6 +56,12 @@ end
56
# https://github.com/OpenVoxProject/openvox/issues/90
57
gem 'syslog', '~> 0.3' if RUBY_VERSION >= '3.4'
58
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
+
65
gem 'puppet_metadata', '>= 5.3', '< 7'
66
67
gem 'net-ssh', github: 'bastelfreak/net-ssh', branch: 'logger'
0 commit comments