Merge RubyGems 3.2.6 and Bundler 2.2.6 (#4103)

This commit is contained in:
Hiroshi SHIBATA 2021-01-21 14:35:56 +09:00 committed by GitHub
parent 41d0c70812
commit 151e469a62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 236 additions and 51 deletions

View file

@ -121,10 +121,6 @@ class Gem::Platform
end
end
def inspect
"%s @cpu=%p, @os=%p, @version=%p>" % [super[0..-2], *to_a]
end
def to_a
[@cpu, @os, @version]
end