summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bundled_gems.rb2
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 = {