Exclude stdlib gems from tapioca RBI generation

This commit is contained in:
Douglas Eichelberger 2025-01-10 16:46:29 -08:00
parent 2432d01884
commit 78cb073b38

View File

@ -3,8 +3,11 @@
gem:
exclude:
# These conflict with the rbi files provided by sorbet:
- base64
- benchmark
- bigdecimal
- json
- logger
# These aren't needed:
- coderay
- diff-lcs