summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-13 21:06:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-14 14:42:53 +0900
commit1e316edf6063b8f12b0ec67e3d2404fc919a96f4 (patch)
treedc38c54ffd95bc6a9882408f412a278aad282262 /tool/sync_default_gems.rb
parent102c2ba65f1fa2a6cdbaaa7d2b466aabfc50e5d7 (diff)
Promote drb to the default gems
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 46151255f0..685e5745ad 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -79,6 +79,7 @@ REPOSITORIES = {
time: "ruby/time",
pp: "ruby/pp",
prettyprint: "ruby/prettyprint",
+ drb: "ruby/drb",
}
def sync_default_gems(gem)