File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 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 '
5
5
6
6
# rbconfig-update is used to munge rbconfigs after the fact.
7
7
pkg . add_source ( "file://resources/files/ruby/rbconfig-update.rb" )
Original file line number Diff line number Diff line change 1
1
project 'agent-runtime-main' do |proj |
2
2
3
3
# 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 '
5
5
proj . setting :rubygem_deep_merge_version , '1.2.2'
6
6
proj . setting :rubygem_hocon_version , '1.4.0'
7
7
You can’t perform that action at this time.
0 commit comments