summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-06 22:17:03 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 07:16:27 +0900
commitd1630d41adb13c646a9d76cf541d3c26b6bbb10f (patch)
tree1733515f939591caf954d8a80e3010cdd0981491 /tool/sync_default_gems.rb
parentfb7fe7f16c53b0633ba9dcea11dd07da708e0275 (diff)
Promote open3 to default gems
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 594f6d2984..fef9751cd9 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -34,6 +34,7 @@
# * https://github.com/ruby/mutex_m
# * https://github.com/ruby/racc
# * https://github.com/ruby/singleton
+# * https://github.com/ruby/open3
#
require 'fileutils'
@@ -74,7 +75,8 @@ $repositories = {
e2mmap: "ruby/e2mmap",
mutex_m: "ruby/mutex_m",
racc: "ruby/racc",
- singleton: "ruby/singleton"
+ singleton: "ruby/singleton",
+ open3: "ruby/open3",
}
def sync_default_gems(gem)