From 0ce4b43ebf1b4329023c0db84be5b7c1229e7bea Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 4 Jul 2025 13:14:45 +0900 Subject: [PATCH] Update default gems and bundled gems list at expand_tabs.rb --- misc/expand_tabs.rb | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/misc/expand_tabs.rb b/misc/expand_tabs.rb index 9df96ee84e..d26568eefc 100755 --- a/misc/expand_tabs.rb +++ b/misc/expand_tabs.rb @@ -59,52 +59,31 @@ class Git end DEFAULT_GEM_LIBS = %w[ - abbrev - base64 - benchmark bundler - cmath - csv - debug delegate did_you_mean english erb + error_highlight fileutils find forwardable - getoptlong ipaddr - irb - logger - mutex_m net-http net-protocol - observer open3 open-uri optparse ostruct pp prettyprint - prime - pstore - rdoc - readline - reline + prism resolv - resolv-replace - rexml - rinda - rss rubygems - scanf securerandom - set shellwords singleton tempfile - thwait time timeout tmpdir @@ -116,27 +95,19 @@ DEFAULT_GEM_LIBS = %w[ ] DEFAULT_GEM_EXTS = %w[ - bigdecimal - cgi date digest etc fcntl - fiddle io-console io-nonblock io-wait json - nkf openssl pathname psych - racc - readline-ext stringio strscan - syslog - win32ole zlib ]