summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-08-28 00:50:49 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-08-28 00:50:49 -0700
commit94275d96a86a411d632d1746a8c017bc7939a972 (patch)
treef55670d753ccc456b8feb19e64125a34046c8026 /tool/sync_default_gems.rb
parent4221d9695dd71707f3d4e648c1ff397d2515a793 (diff)
Add missing racc support to sync_default_gems
Diffstat (limited to 'tool/sync_default_gems.rb')
-rwxr-xr-xtool/sync_default_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 098e387378..4320825c9d 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -55,6 +55,7 @@ module SyncDefaultGems
prettyprint: "ruby/prettyprint",
pstore: "ruby/pstore",
psych: 'ruby/psych',
+ racc: 'ruby/racc',
rdoc: 'ruby/rdoc',
readline: "ruby/readline",
reline: 'ruby/reline',