Skip to content

Commit 9876a56

Browse files
authored
Merge pull request #658 from mhashizume/PA-5369/master/ruby-3_2_2
(PA-5369) Bump Ruby 3.2 to 3.2.2
2 parents 25c7eea + 65de748 commit 9876a56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configs/components/ruby-3.2.1.rb renamed to configs/components/ruby-3.2.2.rb

+3-3
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.1' do |pkg, settings, platform|
3-
pkg.version '3.2.1'
4-
pkg.sha256sum '13d67901660ee3217dbd9dd56059346bd4212ce64a69c306ef52df64935f8dbd'
2+
component 'ruby-3.2.2' do |pkg, settings, platform|
3+
pkg.version '3.2.2'
4+
pkg.sha256sum '96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc'
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

+1-1
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.1'
4+
proj.setting :ruby_version, '3.2.2'
55
proj.setting :rubygem_deep_merge_version, '1.2.2'
66
proj.setting :rubygem_hocon_version, '1.4.0'
77

0 commit comments

Comments
 (0)