Warn ostruct for Ruby 3.5

This commit is contained in:
Hiroshi SHIBATA 2024-03-14 16:54:26 +09:00
parent d5e9942ad2
commit 1acbdc76d6
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -26,6 +26,7 @@ module Gem::BUNDLED_GEMS
"resolv-replace" => "3.4.0",
"rinda" => "3.4.0",
"syslog" => "3.4.0",
"ostruct" => "3.5.0",
}.freeze
EXACT = {
@ -41,6 +42,7 @@ module Gem::BUNDLED_GEMS
"resolv-replace" => true,
"rinda" => true,
"syslog" => true,
"ostruct" => true,
}.freeze
PREFIXED = {