Warn pstore for Ruby 3.5

This commit is contained in:
Hiroshi SHIBATA 2024-04-02 17:28:42 +09:00
parent 1e5949bd60
commit e651395210

View File

@ -27,6 +27,7 @@ module Gem::BUNDLED_GEMS
"rinda" => "3.4.0", "rinda" => "3.4.0",
"syslog" => "3.4.0", "syslog" => "3.4.0",
"ostruct" => "3.5.0", "ostruct" => "3.5.0",
"pstore" => "3.5.0",
}.freeze }.freeze
EXACT = { EXACT = {
@ -43,6 +44,7 @@ module Gem::BUNDLED_GEMS
"rinda" => true, "rinda" => true,
"syslog" => true, "syslog" => true,
"ostruct" => true, "ostruct" => true,
"pstore" => true,
}.freeze }.freeze
PREFIXED = { PREFIXED = {