Skip to content

Use latest gem#883

Merged
kenhys merged 2 commits intomasterfrom
latest-gem
Aug 25, 2025
Merged

Use latest gem#883
kenhys merged 2 commits intomasterfrom
latest-gem

Conversation

@kenhys
Copy link
Contributor

@kenhys kenhys commented Aug 25, 2025

Except async, elasticsearch and ffi.

kenhys added 2 commits August 25, 2025 14:09
Signed-off-by: Kentaro Hayashi <[email protected]>
Signed-off-by: Kentaro Hayashi <[email protected]>
@kenhys
Copy link
Contributor Author

kenhys commented Aug 25, 2025

Thus, the following gem will not be updated.

diff --git a/fluent-package/Gemfile b/fluent-package/Gemfile
index 5b83ed5..9c21cb6 100644
--- a/fluent-package/Gemfile
+++ b/fluent-package/Gemfile
@@ -27,8 +27,8 @@ gem "tzinfo-data", "1.2025.2"
 
 # Fluentd v1.19.0 requires io-event 1.10.x or before.
 # The dependency condition cannot be met with async >= 2.25
-gem "async", "2.24.0"
-gem "async-http", "0.89.0"
+gem "async", "2.27.4"
+gem "async-http", "0.91.0"
 gem "webrick", "1.9.1"
 
 if ENV["INSTALL_GEM_FROM_LOCAL_REPO"]
@@ -54,7 +54,7 @@ end
 
 # plugin gems
 
-gem "elasticsearch", "8.19.0"
+gem "elasticsearch", "9.1.1"
 gem "fluent-plugin-elasticsearch", "6.0.0"
 gem "ruby-kafka", "1.5.0"
 gem "digest-murmurhash", "1.1.1"
@@ -92,7 +92,7 @@ gem "fluent-plugin-opentelemetry", "0.3.0"
 
 windows_platforms = [:mingw, :x64_mingw] # :mswin
 # ffi-win32-extensions doesn't support ffi 1.17.1 or later
-gem "ffi", "1.17.0", platforms: windows_platforms
+gem "ffi", "1.17.2", platforms: windows_platforms
 gem "ffi-win32-extensions", "1.1.0", platforms: windows_platforms
 # fiddle gem that isn't default gems as of Ruby 3.5
 gem "fiddle", "1.1.8", platforms: windows_platforms

@kenhys kenhys requested review from Watson1978 and daipom August 25, 2025 05:12
Copy link
Contributor

@daipom daipom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kenhys kenhys merged commit 74987c8 into master Aug 25, 2025
403 of 405 checks passed
@kenhys kenhys deleted the latest-gem branch August 25, 2025 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants