summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-08-28 01:14:57 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-08-28 01:14:58 -0700
commit4963dd6b6432549b4685e31bf52b218a728cf50c (patch)
treed91e2af4c5845b57b5574b957ffe0983736cc348 /tool
parentf5da7c379bc287a1e19200358c917ddc5628351e (diff)
Revert racc auto-sync support
It's no longer a default gem actually. Fixed the webhook side instead https://github.com/ruby/git.ruby-lang.org/commit/3c27d860b4e39d10d63280b59d4db2cec518ae13.
Diffstat (limited to 'tool')
-rwxr-xr-xtool/sync_default_gems.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 457e927c03..83a2c4cbaa 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -55,7 +55,6 @@ module SyncDefaultGems
prettyprint: "ruby/prettyprint",
pstore: "ruby/pstore",
psych: 'ruby/psych',
- racc: 'ruby/racc',
rdoc: 'ruby/rdoc',
readline: "ruby/readline",
reline: 'ruby/reline',
@@ -442,10 +441,6 @@ module SyncDefaultGems
# Gem-specific patterns
case gem
- when "racc"
- %r[\A(?:
- test/regress/.*
- )\z]mx
when "yarp"
%r[\A(?:
Makefile\.in