Skip to content

Commit 52039b9

Browse files
committed
(PA-7105) Update Ruby 3.2.5 to 3.2.6
1 parent 44000de commit 52039b9

8 files changed

+10
-10
lines changed

configs/components/ruby-3.2.5.rb renamed to configs/components/ruby-3.2.6.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The file name of the ruby component must match the ruby_version
2-
component 'ruby-3.2.5' do |pkg, settings, platform|
3-
pkg.version '3.2.5'
4-
pkg.sha256sum 'ef0610b498f60fb5cfd77b51adb3c10f4ca8ed9a17cb87c61e5bea314ac34a16'
2+
component 'ruby-3.2.6' do |pkg, settings, platform|
3+
pkg.version '3.2.6'
4+
pkg.sha256sum 'd9cb65ecdf3f18669639f2638b63379ed6fbb17d93ae4e726d4eb2bf68a48370'
55

66
# rbconfig-update is used to munge rbconfigs after the fact.
77
pkg.add_source("file://resources/files/ruby/rbconfig-update.rb")

configs/projects/agent-runtime-main.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project 'agent-runtime-main' do |proj|
22

33
# Set preferred component versions if they differ from defaults:
4-
proj.setting :ruby_version, '3.2.5'
4+
proj.setting :ruby_version, '3.2.6'
55
proj.setting :rubygem_deep_merge_version, '1.2.2'
66
proj.setting :rubygem_highline_version, '3.0.1'
77
proj.setting :rubygem_hocon_version, '1.4.0'

configs/projects/bolt-runtime.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project 'bolt-runtime' do |proj|
22
# Used in component configurations to conditionally include dependencies
33
proj.setting(:runtime_project, 'bolt')
4-
proj.setting(:ruby_version, '3.2.5')
4+
proj.setting(:ruby_version, '3.2.6')
55
proj.setting(:openssl_version, '3.0')
66
# Legacy algos must be enabled in OpenSSL >= 3.0 for Bolt's WinRM transport to work.
77
proj.setting(:use_legacy_openssl_algos, true)

configs/projects/pdk-runtime.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
proj.setting(:includedir, File.join(proj.prefix, 'include'))
5252
proj.setting(:bindir, File.join(proj.prefix, 'bin'))
5353

54-
proj.setting(:ruby_version, '3.2.5')
54+
proj.setting(:ruby_version, '3.2.6')
5555
proj.setting(:ruby_major_version, 3)
5656
proj.setting(:ruby_api, '3.2.0')
5757

configs/projects/pe-bolt-server-runtime-2023.8.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Once we are no longer using ruby 2.5 we can update.
77
proj.setting(:no_doc, true)
88

9-
proj.setting(:ruby_version, '3.2.5')
9+
proj.setting(:ruby_version, '3.2.6')
1010
proj.setting(:openssl_version, '3.0')
1111

1212
# We enable legacy algorithms for winrm transport. Currently the winrm transport

configs/projects/pe-bolt-server-runtime-main.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Once we are no longer using ruby 2.5 we can update.
77
proj.setting(:no_doc, true)
88

9-
proj.setting(:ruby_version, '3.2.5')
9+
proj.setting(:ruby_version, '3.2.6')
1010
proj.setting(:openssl_version, '3.0')
1111

1212
# We enable legacy algorithms for winrm transport. Currently the winrm transport

configs/projects/pe-installer-runtime-2023.8.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project 'pe-installer-runtime-2023.8.x' do |proj|
2-
proj.setting(:ruby_version, '3.2.5')
2+
proj.setting(:ruby_version, '3.2.6')
33
proj.setting(:openssl_version, '3.0')
44
# NLTM uses MD4 unconditionally in its protocol, so legacy algos must be
55
# enabled in OpenSSL >= 3.0 for Bolt's WinRM transport to work.

configs/projects/pe-installer-runtime-main.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project 'pe-installer-runtime-main' do |proj|
2-
proj.setting(:ruby_version, '3.2.5')
2+
proj.setting(:ruby_version, '3.2.6')
33
proj.setting(:openssl_version, '3.0')
44
# NLTM uses MD4 unconditionally in its protocol, so legacy algos must be
55
# enabled in OpenSSL >= 3.0 for Bolt's WinRM transport to work.

0 commit comments

Comments
 (0)