Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise minimum required ruby version #4288

Merged
merged 1 commit into from
Sep 8, 2023

Commits on Sep 6, 2023

  1. Raise minimum required ruby version

    The service discovery plugin helper use Array#prepend, it means that
    the ruby version must be 2.5 or later precisely.
    
       fluentd.work/lib/fluent/plugin_helper/service_discovery.rb:71:in
       `service_discovery_configure': undefined method `prepend' for
       []:Array (NoMethodError) from
       /work/fluent/fluentd/fluentd.work/lib/fluent/plugin/out_
    
    NOTE: It works with Ruby 2.5 or later, but 2.x had already
    reached EOL. At least, it may better to set verified version with CI.
    
    Signed-off-by: Kentaro Hayashi <[email protected]>
    kenhys committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4b2b2dd View commit details
    Browse the repository at this point in the history