From 3f5016178cb81536e800a9121b3804e36c9af93c Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 16 Jan 2024 16:30:11 +0900 Subject: [PATCH] We don't need to sync getoptlong --- tool/sync_default_gems.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 58e15848cc73e0..d1b761078ec03b 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -38,7 +38,6 @@ module SyncDefaultGems fileutils: 'ruby/fileutils', find: "ruby/find", forwardable: "ruby/forwardable", - getoptlong: "ruby/getoptlong", ipaddr: 'ruby/ipaddr', irb: 'ruby/irb', json: 'flori/json',