Skip Onigumo to check latest version

This commit is contained in:
Hiroshi SHIBATA 2026-01-14 14:44:14 +09:00
parent 49ce12d2ef
commit 3aa4aed0cb
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

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