mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
We don't need to check the latest release of pathname
Pathname is now embedded class of Ruby
This commit is contained in:
parent
74376fefbb
commit
bbee62abbd
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user