aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-10-30 12:27:03 -0400
committerKevin Newton <kddnewton@gmail.com>2023-10-30 12:27:03 -0400
commita7a70bce82e6335f034951a1422bc372d8225df4 (patch)
treef64a5e9b706074476b0736716600194e6a4e3881 /tool
parent674db715f5a141891a66e67004ca138696d3b0ad (diff)
downloadruby-a7a70bce82e6335f034951a1422bc372d8225df4.tar.gz
rm prism type templates
Diffstat (limited to 'tool')
-rwxr-xr-xtool/sync_default_gems.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 89cc9b510b..729c74b8e6 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -413,6 +413,8 @@ module SyncDefaultGems
cp_r("#{upstream}/templates", "prism/")
rm_rf("prism/templates/javascript")
rm_rf("prism/templates/java")
+ rm_rf("prism/templates/rbi")
+ rm_rf("prism/templates/sig")
rm("prism/extconf.rb")
else