mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Skip Onigumo to check latest version
This commit is contained in:
parent
49ce12d2ef
commit
3aa4aed0cb
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user