Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable default behavior of frozen_string_literal for Ruby 3.4+
According to https://bugs.ruby-lang.org/issues/20205, it will enable `# frozen_string_literal: true` by default in the future Ruby. This changing will affect many Fluentd plugins, and they will require to be deal with it properly. But I think it is too tough. So, this patch will set `--disable=frozen_string_literal` as launch option to disable default behavior for `# frozen_string_literal: true` in future Ruby. GitHub: fluentGH-4585 Signed-off-by: Watson <[email protected]>
- Loading branch information