Skip to content

Commit e651395

Browse files
committed
Warn pstore for Ruby 3.5
1 parent 1e5949b commit e651395

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/bundled_gems.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module Gem::BUNDLED_GEMS
2727
"rinda" => "3.4.0",
2828
"syslog" => "3.4.0",
2929
"ostruct" => "3.5.0",
30+
"pstore" => "3.5.0",
3031
}.freeze
3132

3233
EXACT = {
@@ -43,6 +44,7 @@ module Gem::BUNDLED_GEMS
4344
"rinda" => true,
4445
"syslog" => true,
4546
"ostruct" => true,
47+
"pstore" => true,
4648
}.freeze
4749

4850
PREFIXED = {

0 commit comments

Comments
 (0)