diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-04-02 17:28:42 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-04-02 18:34:10 +0900 |
commit | e651395210b39123b6c404e455d9ff1f95d919bb (patch) | |
tree | 063ecddf8cf2d1b116cbb61d600c3f6047c12408 | |
parent | 1e5949bd60464ed8767fcc8aabc79eeea5727daa (diff) |
Warn pstore for Ruby 3.5
-rw-r--r-- | lib/bundled_gems.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb index 15ce9000ee..ed4138f0d9 100644 --- a/lib/bundled_gems.rb +++ b/lib/bundled_gems.rb @@ -27,6 +27,7 @@ module Gem::BUNDLED_GEMS "rinda" => "3.4.0", "syslog" => "3.4.0", "ostruct" => "3.5.0", + "pstore" => "3.5.0", }.freeze EXACT = { @@ -43,6 +44,7 @@ module Gem::BUNDLED_GEMS "rinda" => true, "syslog" => true, "ostruct" => true, + "pstore" => true, }.freeze PREFIXED = { |