summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 11:17:12 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 16:36:14 +0900
commit3b0bd34001bbb7ba98e9594278a8fcbb7b734af9 (patch)
tree3e0dbea9b2fd91a859657e6e61b2a8deb1993de9 /tool/sync_default_gems.rb
parent6797c3e371c3e91a2796f2ec1f3b4a3f24edf1d6 (diff)
Promote pstore to default gems
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 8e169038f4..3c52a72640 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -36,6 +36,7 @@
# * https://github.com/ruby/singleton
# * https://github.com/ruby/open3
# * https://github.com/ruby/getoptlong
+# * https://github.com/ruby/pstore
#
require 'fileutils'
@@ -79,6 +80,7 @@ $repositories = {
singleton: "ruby/singleton",
open3: "ruby/open3",
getoptlong: "ruby/getoptlong",
+ pstore: "ruby/pstore",
}
def sync_default_gems(gem)