We don't need to check the latest release of pathname

Pathname is now embedded class of Ruby
This commit is contained in:
Hiroshi SHIBATA 2025-12-10 14:48:32 +09:00
parent 74376fefbb
commit bbee62abbd
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -427,7 +427,7 @@ module SyncDefaultGems
end
def check_prerelease_version(gem)
return if ["rubygems", "mmtk", "cgi"].include?(gem)
return if ["rubygems", "mmtk", "cgi", "pathname"].include?(gem)
require "net/https"
require "json"