[Bug #20737] Do not warn default gems to be promoted in Ruby 3.5 (#11613)

This commit is contained in:
Hiroshi SHIBATA 2024-09-17 09:28:08 +09:00 committed by GitHub
parent 55ddfd58dd
commit 4e59e7d35f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,12 +26,6 @@ module Gem::BUNDLED_GEMS
"resolv-replace" => "3.4.0",
"rinda" => "3.4.0",
"syslog" => "3.4.0",
"ostruct" => "3.5.0",
"pstore" => "3.5.0",
"rdoc" => "3.5.0",
"win32ole" => "3.5.0",
"fiddle" => "3.5.0",
"logger" => "3.5.0",
}.freeze
SINCE_FAST_PATH = SINCE.transform_keys { |g| g.sub(/\A.*\-/, "") }.freeze