Skip to content

Commit 3280a91

Browse files
committed
Use latest Ruby 3.2.x
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent b8e5510 commit 3280a91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fluent-package/config.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
BUNDLER_VERSION= "2.3.27"
2424

2525
# https://www.ruby-lang.org/en/downloads/ (tar.gz)
26-
BUNDLED_RUBY_VERSION = "3.2.7"
27-
BUNDLED_RUBY_SOURCE_SHA256SUM = "8488fa620ff0333c16d437f2b890bba3b67f8745fdecb1472568a6114aad9741"
26+
BUNDLED_RUBY_VERSION = "3.2.8"
27+
BUNDLED_RUBY_SOURCE_SHA256SUM = "77acdd8cfbbe1f8e573b5e6536e03c5103df989dc05fa68c70f011833c356075"
2828

2929
BUNDLED_RUBY_PATCHES = [
3030
# An example entry:
3131
# ["ruby-3.0/0001-ruby-resolv-Fix-confusion-of-received-response-messa.patch", ["= 3.0.1"]],
3232
]
3333

3434
# https://rubyinstaller.org/downloads/ (7-ZIP ARCHIVES)
35-
BUNDLED_RUBY_INSTALLER_X64_VERSION = "3.2.7-1"
36-
BUNDLED_RUBY_INSTALLER_X64_SHA256SUM = "f0d1a8ec7b778432a8ab6a4d7d41c21ae3f9d2849e048fce4e2ba648c3821dbc"
35+
BUNDLED_RUBY_INSTALLER_X64_VERSION = "3.2.8-1"
36+
BUNDLED_RUBY_INSTALLER_X64_SHA256SUM = "e37172bc960a22b1fda9603bea617625b5a1af48d009844818e85eaa00684962"
3737

3838
# Files under rubyinstaller/ are patches for RubyInstaller's binary package.
3939
# Other patches for Ruby's source tree which can be shared with BUNDLED_RUBY_PATCHES.

0 commit comments

Comments
 (0)