Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make out_file append option work without compression
For Ruby 2.7.x and 3.0.x, out_file append option without compression does not work. The cause is the following Ruby language bug: https://bugs.ruby-lang.org/issues/18388. This commit is a workaround for this problem. See #3569.
- Loading branch information