41 lines
875 B
YAML
Raw Normal View History

2024-02-16 11:24:14 -08:00
---
# see https://github.com/Shopify/tapioca?tab=readme-ov-file#configuration
gem:
exclude:
2024-02-16 15:06:11 -08:00
# These conflict with the rbi files provided by sorbet:
- base64
- benchmark
- bigdecimal
2024-02-16 11:24:14 -08:00
- json
- logger
2025-01-12 10:39:55 -08:00
- racc
- rexml
2024-02-16 15:06:11 -08:00
# These aren't needed:
- coderay
- diff-lcs
- docile
- hana
- language_server-protocol
- netrc
- parallel
- public_suffix
2025-01-12 10:39:55 -08:00
- redcarpet
2024-02-16 15:06:11 -08:00
- rspec-github
- rspec-mocks
- rspec-retry
- rspec
- rspec_junit_formatter
- rubocop-md
- rubocop-performance
- rubocop-sorbet
- ruby-prof
- simplecov_json_formatter
- simpleidn
- unicode-display_width
2025-01-12 10:39:55 -08:00
- unicode-emoji
2024-02-16 15:06:11 -08:00
- yard-sorbet
# The tapioca generated gem is not correct or sufficient for pycall
# so we need to generate our own:
- pycall
2024-02-16 11:24:14 -08:00
prerequire: sorbet/tapioca/prerequire.rb