summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 13:21:46 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 16:36:14 +0900
commit1159dbf305603b60a1e5d2b9ff77a9cf30775296 (patch)
tree42f11e4299ced5f0b68250eb1a12d88f97a96fca /tool/sync_default_gems.rb
parent3b0bd34001bbb7ba98e9594278a8fcbb7b734af9 (diff)
Promote delegate 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 3c52a72640..31dd664cdc 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -37,6 +37,7 @@
# * https://github.com/ruby/open3
# * https://github.com/ruby/getoptlong
# * https://github.com/ruby/pstore
+# * https://github.com/ruby/delegate
#
require 'fileutils'
@@ -81,6 +82,7 @@ $repositories = {
open3: "ruby/open3",
getoptlong: "ruby/getoptlong",
pstore: "ruby/pstore",
+ delegate: "ruby/delegate",
}
def sync_default_gems(gem)