summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_util_atomic_file_writer.rb
AgeCommit message (Collapse)Author
2026-01-19[ruby/rubygems] Add missing `.binmode` for `Gem::AtomicFileWriter`Sutou Kouhei
In https://github.com/ruby/rubygems/pull/9202, I commented that `temp_file.binmode` is redundant. But I was wrong. We need `temp_file.binmode` even when we specify `File::BINARY`. Sorry. https://github.com/ruby/rubygems/commit/d9f1f5c6a6