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: gem:
exclude: exclude:
# These conflict with the rbi files provided by sorbet: # These conflict with the rbi files provided by sorbet:
- base64
- benchmark - benchmark
- bigdecimal
- json - json
- logger
# These aren't needed: # These aren't needed:
- coderay - coderay
- diff-lcs - diff-lcs