Warn pstore for Ruby 3.5
This commit is contained in:
parent
1e5949bd60
commit
e651395210
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user