[rubygems/rubygems] Update lib/rubygems/package.rb

https://github.com/rubygems/rubygems/commit/c4e75b9f74
This commit is contained in:
Samuel Giddins 2024-04-28 12:26:22 -07:00 committed by git
parent d950609ec7
commit d7ba0fec49

View File

@ -715,7 +715,7 @@ EOM
raise Gem::Package::FormatError.new(e.message, entry.full_name)
end
if RUBY_ENGINE == "truffleruby" && RUBY_ENGINE_VERSION < "23.1.2"
if RUBY_ENGINE == "truffleruby"
def copy_stream(src, dst) # :nodoc:
dst.write src.read
end