Skip to content

Commit ef57ae7

Browse files
authored
Merge pull request #887 from skyamgarp/PA-6875
(PA-6875) Update Ruby to 3.2.5
2 parents e60911b + fa75d41 commit ef57ae7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 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
22
component 'ruby-3.2.4' do |pkg, settings, platform|
3-
pkg.version '3.2.4'
4-
pkg.sha256sum 'c72b3c5c30482dca18b0f868c9075f3f47d8168eaf626d4e682ce5b59c858692'
3+
pkg.version '3.2.5'
4+
pkg.sha256sum 'ef0610b498f60fb5cfd77b51adb3c10f4ca8ed9a17cb87c61e5bea314ac34a16'
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.4'
4+
proj.setting :ruby_version, '3.2.5'
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/pdk-runtime.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
proj.setting(:includedir, File.join(proj.prefix, 'include'))
4949
proj.setting(:bindir, File.join(proj.prefix, 'bin'))
5050

51-
proj.setting(:ruby_version, '3.2.4')
51+
proj.setting(:ruby_version, '3.2.5')
5252
proj.setting(:ruby_major_version, 3)
5353
proj.setting(:ruby_api, '3.2.0')
5454

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.4')
9+
proj.setting(:ruby_version, '3.2.5')
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-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.4')
2+
proj.setting(:ruby_version, '3.2.5')
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)