From 3b0bd34001bbb7ba98e9594278a8fcbb7b734af9 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 7 Nov 2019 11:17:12 +0900 Subject: Promote pstore to default gems --- tool/sync_default_gems.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tool') 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) -- cgit v1.2.3