Skip to content

Commit 9c3b8a1

Browse files
committed
Skip hand written rbis for stripe gem
Generated RBIs contain signatures that don't have fully namespaced types. It looks like a variation of Shopify/tapioca#2248. Until that's fixed I think best course of option is to skip the types during testing.
1 parent f975c2e commit 9c3b8a1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,12 @@
131131
},
132132
"sidekiq-scheduler": {},
133133
"state_machines": {},
134-
"stripe": {},
134+
"stripe": {
135+
"requires": [
136+
"stripe"
137+
],
138+
"skip_exported_rbis": true
139+
},
135140
"webmock": {
136141
"dependencies": [
137142
"minitest"

0 commit comments

Comments
 (0)