From 1159dbf305603b60a1e5d2b9ff77a9cf30775296 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 7 Nov 2019 13:21:46 +0900 Subject: Promote delegate 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 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) -- cgit v1.2.3