We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a203e commit f37df77Copy full SHA for f37df77
configs/projects/bolt-runtime.rb
@@ -3,6 +3,8 @@
3
proj.setting(:runtime_project, 'bolt')
4
proj.setting(:ruby_version, '3.2.5')
5
proj.setting(:openssl_version, '3.0')
6
+ # Legacy algos must be enabled in OpenSSL >= 3.0 for Bolt's WinRM transport to work.
7
+ proj.setting(:use_legacy_openssl_algos, true)
8
proj.setting(:rubygem_net_ssh_version, '7.2.3')
9
proj.setting(:augeas_version, '1.14.1')
10
# TODO: Can runtime projects use these updated versions?
0 commit comments