grape_sorbet 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45af83b12e78e09b03afa878030c584470b187fd67d5dc88722be2a0eaab38ee
4
- data.tar.gz: b9a819db7cb9c3d122677c0d365e4db21b22099def374e5c196fb014d092bd31
3
+ metadata.gz: 990df5ec35ac16a92d81098f82e48e399f4d743c562eefb44a7adf8234790aca
4
+ data.tar.gz: 508b014b46c8ef3f1ec69613b3037e7545930bd824c8b3787f8406cf38967f1c
5
5
  SHA512:
6
- metadata.gz: 07b28d5b8dea5d7f2687cbf73dbfe2e4c0b224ab7c654604662a69762eb93d5a0ded9377e9c4a64cec9d7f013a8c333b7e9c1fb830d2e19f67f010bee2b93728
7
- data.tar.gz: 7a02866836b892f458f72c6b47aa5f4c108c76199c7343af1ed35e255eec50c13222e80f2464237b7feb269ca5dbbaf4497924e4565529b180815f7d3a669e88
6
+ metadata.gz: f1da7adb449e03c5c9267b066aa2212d34e0c6aee0702894ed45e51cb56f621ae81474311a777d55cbffea2bf1c39f1635880edcac65cae065e6a621023c729c
7
+ data.tar.gz: 00a4a1c4a783e5f9ea01e7898e8bef9381f867262d5cbd9f17be9a0d7e30f50574aec7a7e3ecfcb2070e9f00d9ce572d415cdce3636da9e7e92b5855b28b9905
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 4.0.5
1
+ 4.0.6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.3.0 (2026-09-14)
2
+
3
+ ⚠️ This release is a BREAKING CHANGE. ⚠️
4
+
5
+ grape_sorbet now targets grape >= 4.0 and is no longer compatible with older grape versions.
6
+
7
+ - Update signatures for grape 4.0 (#98)
8
+ - Add the missing `head` routing shim (#99)
9
+ - Add a signature for `return_no_content` (#100)
10
+
1
11
  ## 0.2.0 (2026-06-30)
2
12
 
3
13
  ⚠️ This release is a BREAKING CHANGE. ⚠️
data/Gemfile.lock CHANGED
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- grape_sorbet (0.2.0)
4
+ grape_sorbet (0.3.0)
5
5
  activesupport
6
- grape (~> 3.3)
6
+ grape (~> 4.0)
7
7
  sorbet-runtime (>= 0.6)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (8.1.3)
12
+ activesupport (8.1.3.1)
13
13
  base64
14
14
  bigdecimal
15
15
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -26,15 +26,13 @@ GEM
26
26
  ast (2.4.3)
27
27
  base64 (0.3.0)
28
28
  benchmark (0.5.0)
29
- bigdecimal (4.1.2)
29
+ bigdecimal (4.1.3)
30
30
  builder (3.3.0)
31
31
  bundler-audit (0.9.3)
32
32
  bundler (>= 1.2.0)
33
33
  thor (~> 1.0)
34
- concurrent-ruby (1.3.7)
34
+ concurrent-ruby (1.3.8)
35
35
  connection_pool (3.0.2)
36
- date (3.5.1)
37
- docile (1.4.1)
38
36
  drb (2.2.3)
39
37
  dry-configurable (1.4.0)
40
38
  dry-core (~> 1.0)
@@ -56,9 +54,9 @@ GEM
56
54
  dry-inflector (~> 1.0)
57
55
  dry-logic (~> 1.4)
58
56
  zeitwerk (~> 2.6)
59
- erb (6.0.4)
57
+ erb (6.0.7)
60
58
  erubi (1.13.1)
61
- grape (3.3.1)
59
+ grape (4.0.0)
62
60
  activesupport (>= 7.2)
63
61
  dry-configurable (>= 1.0)
64
62
  dry-types (>= 1.1)
@@ -69,14 +67,14 @@ GEM
69
67
  activesupport (>= 3.0.0)
70
68
  i18n (1.15.2)
71
69
  concurrent-ruby (~> 1.0)
72
- io-console (0.8.2)
70
+ io-console (0.9.3)
73
71
  irb (1.18.0)
74
72
  pp (>= 0.6.0)
75
73
  prism (>= 1.3.0)
76
74
  rdoc (>= 4.0.0)
77
75
  reline (>= 0.4.2)
78
- json (2.20.0)
79
- language_server-protocol (3.17.0.5)
76
+ json (3.0.2)
77
+ language_server-protocol (3.17.0.6)
80
78
  lint_roller (1.1.0)
81
79
  logger (1.7.0)
82
80
  minitest (6.0.6)
@@ -89,39 +87,37 @@ GEM
89
87
  ruby-progressbar
90
88
  mustermann (4.0.0)
91
89
  netrc (0.11.0)
92
- parallel (2.1.0)
93
- parser (3.3.11.1)
90
+ parallel (2.2.0)
91
+ parser (3.3.12.0)
94
92
  ast (~> 2.4.1)
95
93
  racc
96
- pp (0.6.3)
94
+ pp (0.6.4)
97
95
  prettyprint
98
96
  prettyprint (0.2.0)
99
97
  prism (1.9.0)
100
- psych (5.3.1)
101
- date
102
- stringio
103
98
  racc (1.8.1)
104
- rack (3.2.6)
99
+ rack (3.2.7)
105
100
  rainbow (3.1.1)
106
101
  rake (13.4.2)
107
- rbi (0.3.12)
102
+ rbi (0.4.3)
108
103
  prism (~> 1.0)
109
104
  rbs (>= 4.0.1)
110
- rbs (4.0.2)
105
+ rbs (4.2.0)
111
106
  logger
112
107
  prism (>= 1.6.0)
113
108
  tsort
114
- rdoc (7.2.0)
109
+ rdoc (8.0.0)
115
110
  erb
116
- psych (>= 4.0.0)
111
+ prism (>= 1.6.0)
112
+ rbs (>= 4.0.0)
117
113
  tsort
118
114
  regexp_parser (2.12.0)
119
- reline (0.6.3)
115
+ reline (0.7.0)
120
116
  io-console (~> 0.5)
121
- require-hooks (0.4.0)
117
+ require-hooks (0.5.1)
122
118
  rexml (3.4.4)
123
- rubocop (1.88.0)
124
- json (~> 2.3)
119
+ rubocop (1.91.0)
120
+ json (>= 2.3)
125
121
  language_server-protocol (~> 3.17.0.2)
126
122
  lint_roller (~> 1.1.0)
127
123
  parallel (>= 1.10)
@@ -131,56 +127,54 @@ GEM
131
127
  rubocop-ast (>= 1.49.0, < 2.0)
132
128
  ruby-progressbar (~> 1.7)
133
129
  unicode-display_width (>= 2.4.0, < 4.0)
134
- rubocop-ast (1.49.1)
130
+ rubocop-ast (1.50.0)
135
131
  parser (>= 3.3.7.2)
136
132
  prism (~> 1.7)
137
- rubocop-minitest (0.39.1)
133
+ rubocop-minitest (0.40.0)
138
134
  lint_roller (~> 1.1)
139
135
  rubocop (>= 1.75.0, < 2.0)
140
136
  rubocop-ast (>= 1.38.0, < 2.0)
141
- rubocop-performance (1.26.1)
137
+ rubocop-performance (1.27.0)
142
138
  lint_roller (~> 1.1)
143
- rubocop (>= 1.75.0, < 2.0)
139
+ rubocop (>= 1.89.0, < 2.0)
144
140
  rubocop-ast (>= 1.47.1, < 2.0)
145
141
  rubocop-rake (0.7.1)
146
142
  lint_roller (~> 1.1)
147
143
  rubocop (>= 1.72.1)
148
- rubocop-shopify (2.18.0)
149
- rubocop (~> 1.62)
150
- rubocop-sorbet (0.12.0)
144
+ rubocop-shopify (3.0.2)
145
+ lint_roller
146
+ rubocop (~> 1.72, >= 1.72.1)
147
+ rubocop-sorbet (0.16.0)
151
148
  lint_roller
149
+ rbi (~> 0.4)
152
150
  rubocop (>= 1.75.2)
151
+ spoom (~> 1.8)
153
152
  ruby-progressbar (1.13.0)
154
- rubydex (0.2.3-aarch64-linux)
155
- rubydex (0.2.3-arm64-darwin)
156
- rubydex (0.2.3-x86_64-darwin)
157
- rubydex (0.2.3-x86_64-linux)
153
+ rubydex (0.4.1)
154
+ rubydex (0.4.1-aarch64-linux)
155
+ rubydex (0.4.1-arm64-darwin)
156
+ rubydex (0.4.1-x86_64-darwin)
157
+ rubydex (0.4.1-x86_64-linux)
158
158
  securerandom (0.4.1)
159
- simplecov (0.22.0)
160
- docile (~> 1.1)
161
- simplecov-html (~> 0.11)
162
- simplecov_json_formatter (~> 0.1)
163
- simplecov-html (0.13.2)
164
- simplecov_json_formatter (0.1.4)
165
- sorbet (0.6.13308)
166
- sorbet-static (= 0.6.13308)
167
- sorbet-runtime (0.6.13308)
168
- sorbet-static (0.6.13308-aarch64-linux)
169
- sorbet-static (0.6.13308-universal-darwin)
170
- sorbet-static (0.6.13308-x86_64-linux)
171
- sorbet-static-and-runtime (0.6.13308)
172
- sorbet (= 0.6.13308)
173
- sorbet-runtime (= 0.6.13308)
174
- spoom (1.7.14)
159
+ simplecov (1.3.0)
160
+ sorbet (0.6.13499)
161
+ sorbet-static (= 0.6.13499)
162
+ sorbet-runtime (0.6.13499)
163
+ sorbet-static (0.6.13499-aarch64-linux)
164
+ sorbet-static (0.6.13499-universal-darwin)
165
+ sorbet-static (0.6.13499-x86_64-linux)
166
+ sorbet-static-and-runtime (0.6.13499)
167
+ sorbet (= 0.6.13499)
168
+ sorbet-runtime (= 0.6.13499)
169
+ spoom (1.8.7)
175
170
  erubi (>= 1.10.0)
176
171
  prism (>= 0.28.0)
177
- rbi (>= 0.3.3)
172
+ rbi (>= 0.4.2)
178
173
  rbs (>= 4.0.0.dev.5)
179
174
  rexml (>= 3.2.6)
180
175
  sorbet-static-and-runtime (>= 0.5.10187)
181
176
  thor (>= 0.19.2)
182
- stringio (3.2.0)
183
- tapioca (0.19.1)
177
+ tapioca (0.19.2)
184
178
  benchmark
185
179
  bundler (>= 2.2.25)
186
180
  netrc (>= 0.11.0)
@@ -189,7 +183,7 @@ GEM
189
183
  require-hooks (>= 0.2.2)
190
184
  rubydex (>= 0.1.0.beta10)
191
185
  sorbet-static-and-runtime (>= 0.6.12698)
192
- spoom (>= 1.7.9)
186
+ spoom (>= 1.7.16)
193
187
  thor (>= 1.2.0)
194
188
  tsort
195
189
  thor (1.5.0)
@@ -200,7 +194,7 @@ GEM
200
194
  unicode-emoji (~> 4.1)
201
195
  unicode-emoji (4.2.0)
202
196
  uri (1.1.1)
203
- zeitwerk (2.8.2)
197
+ zeitwerk (2.8.3)
204
198
 
205
199
  PLATFORMS
206
200
  aarch64-linux
@@ -228,90 +222,85 @@ DEPENDENCIES
228
222
  tapioca (>= 0.18)
229
223
 
230
224
  CHECKSUMS
231
- activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
225
+ activesupport (8.1.3.1) sha256=85458765f25ea48b9019c46b6bb3fa5683197bf4280d9f06710a6e8d7a831376
232
226
  ansi (1.6.0) sha256=ac9ea0c0ea8d32fb4e271348e609963ac78882f34b73836c2a02b3622e666658
233
227
  ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
234
228
  base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
235
229
  benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
236
- bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
230
+ bigdecimal (4.1.3) sha256=61ebe1e5e559bdc3cc6f2c0ee7f427321fc838f59611c294356eb04d6e21cf66
237
231
  builder (3.3.0) sha256=497918d2f9dca528fdca4b88d84e4ef4387256d984b8154e9d5d3fe5a9c8835f
238
- bundler (4.0.15) sha256=a4ceb882fe94a0e0ac63cd0813932bbfd631a14e5ac0b7975189b19a4d28d9e7
232
+ bundler (4.0.20) sha256=7978a8ac648767f5e635bc522445b79e80a52b907a39a36c2d8085ed6bc762ae
239
233
  bundler-audit (0.9.3) sha256=81c8766c71e47d0d28a0f98c7eed028539f21a6ea3cd8f685eb6f42333c9b4e9
240
- concurrent-ruby (1.3.7) sha256=4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0
234
+ concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
241
235
  connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
242
- date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
243
- docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
244
236
  drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
245
237
  dry-configurable (1.4.0) sha256=e35d1b5f3c081753ef361f564919db79000f32cfa6f20ee3a3ba5921b41b73ce
246
238
  dry-core (1.2.0) sha256=0cc5a7da88df397f153947eeeae42e876e999c1e30900f3c536fb173854e96a1
247
239
  dry-inflector (1.3.1) sha256=7fb0c2bb04f67638f25c52e7ba39ab435d922a3a5c3cd196120f63accb682dcc
248
240
  dry-logic (1.6.0) sha256=da6fedbc0f90fc41f9b0cc7e6f05f5d529d1efaef6c8dcc8e0733f685745cea2
249
241
  dry-types (1.9.1) sha256=baebeecdb9f8395d6c9d227b62011279440943e3ef2468fe8ccc1ba11467f178
250
- erb (6.0.4) sha256=38e3803694be357fe2bfe312487c74beaf9fb4e5beb3e22498952fe1645b95d9
242
+ erb (6.0.7) sha256=c5ca6dc25b0ef974a44dc8f59fe847577122483b1968a38dec305c60bf91ee92
251
243
  erubi (1.13.1) sha256=a082103b0885dbc5ecf1172fede897f9ebdb745a4b97a5e8dc63953db1ee4ad9
252
- grape (3.3.1) sha256=e723e52576e4394c1c9fbf7af59d4fd1b048311eaf824a2a525d838398f244bf
244
+ grape (4.0.0) sha256=15f93f2754776623397642d6acc3362c62c4c1b48791acab276356a48512816e
253
245
  grape-entity (1.1.0) sha256=ab6a1004e57791834e8497d5e85a3c101b72144d8ca31462a26e6d0a380c3d89
254
- grape_sorbet (0.2.0)
246
+ grape_sorbet (0.3.0)
255
247
  i18n (1.15.2) sha256=00f9eb62412fe593b2a65a97daa75300d37abb8f7202ec748e94b6d46a9dd1b5
256
- io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
248
+ io-console (0.9.3) sha256=f555049461b0afb78a5448b5be8e7c7b48371347cd48abfc22814764160000dd
257
249
  irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
258
- json (2.20.0) sha256=9362bc6e55a952b056abf9167cf053358181c904cb70cd6eee0808ea830fc32b
259
- language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
250
+ json (3.0.2) sha256=8e6d7e7b11384c21230430cef90b71f14849a34a1f4452796670f7c981bd19df
251
+ language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
260
252
  lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
261
253
  logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
262
254
  minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
263
255
  minitest-reporters (1.8.0) sha256=8ce5280fb73ad3178ae525454df169b6f28c1b38b1d088ea91815d3a370ba384
264
256
  mustermann (4.0.0) sha256=91f67411bb208d1d93c41e6128cb3b0f8ddd9ec7c45966f1007e1c43c08040d7
265
257
  netrc (0.11.0) sha256=de1ce33da8c99ab1d97871726cba75151113f117146becbe45aa85cb3dabee3f
266
- parallel (2.1.0) sha256=b35258865c2e31134c5ecb708beaaf6772adf9d5efae28e93e99260877b09356
267
- parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
268
- pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
258
+ parallel (2.2.0) sha256=e1059c5fd7b649558a0aec38a769f06a42942bdb40503d005a59c352fe011cd8
259
+ parser (3.3.12.0) sha256=21a6d7f755d5a24dfbdc6e6b772e4e879a52e7631a88bc5a3a134606052c9828
260
+ pp (0.6.4) sha256=dfcb0fce700c41456265922884f9fe195d7fbb0674a3578e6c0f69588e82b570
269
261
  prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
270
262
  prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
271
- psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
272
263
  racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
273
- rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
264
+ rack (3.2.7) sha256=93e13e1c24f93556671d85d2d79fa228c3485815c50d7e2f265b5330c6528fb7
274
265
  rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
275
266
  rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
276
- rbi (0.3.12) sha256=406ea58265942e7f2316744a11de742fdef8b2325bb6066c71c9765f53298eb2
277
- rbs (4.0.2) sha256=af75671e66cd03434cc546622741ebf83f6197ec4328375805306330bf78ef25
278
- rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
267
+ rbi (0.4.3) sha256=cc090ae62c3246412b992954f54077d6046c9b04f1537a4d24bfae8714503eac
268
+ rbs (4.2.0) sha256=51f7b886dcc05bc09e10b901daa6a81829f6adc03101d6ca9ea4aac6103e0674
269
+ rdoc (8.0.0) sha256=03bf8c08a9639658855a0cfd77c0abca8325c227693f7f33f82957811348c469
279
270
  regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
280
- reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
281
- require-hooks (0.4.0) sha256=005f4c6435b4edae73e358cdbaba48370a4121f9ce893d5d2a3c66fce855677d
271
+ reline (0.7.0) sha256=5b012d8e55dbf9d450f12bde2cf7d15ff546ae80b3f8f3b30e570d431815583d
272
+ require-hooks (0.5.1) sha256=49a6b14518b91c5b8006d0644ef257af0ca033df23625bd4e314a8c5282191d9
282
273
  rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142
283
- rubocop (1.88.0) sha256=e420ddf1662d0ef34bc8a2910ac4b396a7ddda0b51a708264405241734b08e0b
284
- rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
285
- rubocop-minitest (0.39.1) sha256=998398d6da4026d297f0f9bf709a1eac5f2b6947c24431f94af08138510cf7ed
286
- rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
274
+ rubocop (1.91.0) sha256=9c82b7bf391c5d7e3798c5b9996e22a1fe3bd7468e351dfdeb96140c058296d0
275
+ rubocop-ast (1.50.0) sha256=b9ca88300da0803ee222ad20cdb30494c0a784eed06fdc35d254b06d662788db
276
+ rubocop-minitest (0.40.0) sha256=353c698199115f12151144cf0b5a96f69bb9d77b660cf6536df2c4250c672a9d
277
+ rubocop-performance (1.27.0) sha256=eeeb1374d062a368ee1c787b70eb0b0cc4b184cb1f8565f424760946146d61ce
287
278
  rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
288
- rubocop-shopify (2.18.0) sha256=dafa25e5617ce4600ff86b1de3d5b78e43ab3d58cc5729df38e492b8e10294eb
289
- rubocop-sorbet (0.12.0) sha256=195521e132500555819313df5accaaf56bf721a63de3e5b7b1d0b25f696b1f39
279
+ rubocop-shopify (3.0.2) sha256=c2479c2781550dabbbb5850880f42eb36e37527711f10de89c3d11eb0cb31361
280
+ rubocop-sorbet (0.16.0) sha256=7e6970a4de3fcd1c9453aff007f55b09ae617bbb68182591b2668328f6997988
290
281
  ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
291
- rubydex (0.2.3-aarch64-linux) sha256=f666ff383430cc800cb0889d52c77da7457e99165b5eef7c0d45491a5fafea87
292
- rubydex (0.2.3-arm64-darwin) sha256=997d7895a0208ec3d7ef922c9d29243b62e10c67bc3c2396a9f978d7df117390
293
- rubydex (0.2.3-x86_64-darwin) sha256=de4890f91bedb59bfefb90c528939e52475da3afa105feaf855594ad527b0fb9
294
- rubydex (0.2.3-x86_64-linux) sha256=796a54c1af9f8868c87bf92fee5f9ccc39ffd40eb8386e0875058a18beb76b09
282
+ rubydex (0.4.1) sha256=9856af8bfbe656eed95449dd9e2c8239a74662b4bb8563e4b99221dbc065a34a
283
+ rubydex (0.4.1-aarch64-linux) sha256=abc1c9eb22479f60dd015fa81373163c5a71f2700b76bced1282631686bd6271
284
+ rubydex (0.4.1-arm64-darwin) sha256=d23720253876d88fb98954e5d3a1ef9696a269697acf50e3ab53cdfbb2b66b96
285
+ rubydex (0.4.1-x86_64-darwin) sha256=a9681db5bc9be6a62f226d96d6889b6b600d0b09e7576391702aafd29912145b
286
+ rubydex (0.4.1-x86_64-linux) sha256=4e2c8398c9fc585485b54edd28f5ecf76b5a02255e177b6f8402e9d2afffd51b
295
287
  securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
296
- simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
297
- simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
298
- simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
299
- sorbet (0.6.13308) sha256=9cc91ea7fb6c90802a1f35567888e36b4b479f11c673caaa31e4a18b2af63ae6
300
- sorbet-runtime (0.6.13308) sha256=71d772cc345bcf38fb7dce78397ebd6c061fd531aa71d222f379f34f8930fe7a
301
- sorbet-static (0.6.13308-aarch64-linux) sha256=eeed1160b9dc1329e2e79b98286b74ef79bab3f1283ba95ebb39d45affb4cbf5
302
- sorbet-static (0.6.13308-universal-darwin) sha256=0acc34dfdde8fd7215dfdfcf7445ad0a28b707acaac487784bc9e1a69d90f4dd
303
- sorbet-static (0.6.13308-x86_64-linux) sha256=4e5491f999cc556a5fa71996fc5fd2be36172d2b45c57d3a9c7b69650e8cf2e4
304
- sorbet-static-and-runtime (0.6.13308) sha256=a01f2c7817c0800858b59b3a07b3b63d29245e5a185d4790d7bab9f3f3faa39e
305
- spoom (1.7.14) sha256=48da4e39d9a63611aa0132a3656d7e75833fcccb6006d59f7fa879b98c8877c4
306
- stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
307
- tapioca (0.19.1) sha256=5de94d458950897ffe3d4e86a21eec48bb6a8775af85f80b1486b7ae7ba51823
288
+ simplecov (1.3.0) sha256=d9886307863c1ead47657dcbed869bfffd82318808b09014d8f0ff77dcfe7492
289
+ sorbet (0.6.13499) sha256=e76cf02a8e5b279f63b3fac80568dab02c28d9c3065cae88b76eb71262fe1b77
290
+ sorbet-runtime (0.6.13499) sha256=8c58d7df13178c614733c0d4c05fd8e2f01ef09192e5cb4217082dcbbbd20fbc
291
+ sorbet-static (0.6.13499-aarch64-linux) sha256=93392b4e40c975ba239051430d7a7b1be8e2befc0f51c163c5888446824b5247
292
+ sorbet-static (0.6.13499-universal-darwin) sha256=bdc0cabf2af0511d37d55d2619bd9af3ae63815935abda4956198d0bd72a6857
293
+ sorbet-static (0.6.13499-x86_64-linux) sha256=fb7d826ae2886298896497a0ef13f70008ba48ce04885cfd91de2bb0bd85f797
294
+ sorbet-static-and-runtime (0.6.13499) sha256=fbf85862218c0df62dd384dc908f2397a0cdef4fb247a8718f7890b5b3502153
295
+ spoom (1.8.7) sha256=81960502cdf23aa991f015988aa5dd43325e23ae4318b8e00d541299cbdb70f6
296
+ tapioca (0.19.2) sha256=938731b07811aee8d23871b1aee8861d464fbaf2cfffbf79a62b0c869a5120ec
308
297
  thor (1.5.0) sha256=e3a9e55fe857e44859ce104a84675ab6e8cd59c650a49106a05f55f136425e73
309
298
  tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
310
299
  tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
311
300
  unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
312
301
  unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
313
302
  uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
314
- zeitwerk (2.8.2) sha256=7212a61311083c604184b1ea2574b9aa05cd14f855a0841c06985cabe9181d12
303
+ zeitwerk (2.8.3) sha256=2c85125a8467ce069e20123d1e709a08955c9d29c118c25b46b7b7fafdbb92e5
315
304
 
316
305
  BUNDLED WITH
317
- 4.0.15
306
+ 4.0.20
data/README.md CHANGED
@@ -7,7 +7,7 @@ grape_sorbet is a gem that provides hand written signatures and a Tapioca DSL co
7
7
 
8
8
  ## Requirements
9
9
 
10
- As of 0.2.0, grape_sorbet targets Grape >= 3.3.0.
10
+ As of 0.3.0, grape_sorbet targets Grape >= 4.0.0.
11
11
 
12
12
  ## Installation
13
13
 
data/grape_sorbet.gemspec CHANGED
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
32
32
 
33
33
  # Uncomment to register a new dependency of your gem
34
34
  spec.add_dependency("activesupport")
35
- spec.add_dependency("grape", "~> 3.3")
35
+ spec.add_dependency("grape", "~> 4.0")
36
36
  spec.add_dependency("sorbet-runtime", ">= 0.6")
37
37
 
38
38
  # For more information and examples about making a new gem, check out our
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module GrapeSorbet
5
- VERSION = "0.2.0"
5
+ VERSION = "0.3.0"
6
6
  end
@@ -97,23 +97,14 @@ module Tapioca
97
97
  end
98
98
  end
99
99
 
100
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/callbacks.rb#L12-L22
101
- CALLBACKS_METHODS = T.let(
102
- [:before, :before_validation, :after_validation, :after, :finally].freeze,
103
- T::Array[Symbol],
104
- )
100
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/callbacks.rb#L12-L16
101
+ CALLBACKS_METHODS = [:before, :before_validation, :after_validation, :after, :finally].freeze
105
102
 
106
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape.rb#L56-L64
107
- HTTP_VERB_METHODS = T.let(
108
- [:get, :post, :put, :patch, :delete, :head, :options].freeze,
109
- T::Array[Symbol],
110
- )
103
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape.rb#L69-L78
104
+ HTTP_VERB_METHODS = [:get, :query, :post, :put, :patch, :delete, :head, :options].freeze
111
105
 
112
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/routing.rb#L209-L234
113
- NAMESPACE_METHODS = T.let(
114
- [:namespace, :group, :resource, :resources, :segment].freeze,
115
- T::Array[Symbol],
116
- )
106
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L219-L246
107
+ NAMESPACE_METHODS = [:namespace, :group, :resource, :resources, :segment].freeze
117
108
 
118
109
  private
119
110
 
@@ -141,7 +132,7 @@ module Tapioca
141
132
  def create_endpoint_class(api)
142
133
  superclass = "::Grape::Endpoint"
143
134
 
144
- named_helper_mods = constant.inheritable_setting.namespace_stackable[:helpers].reject { |mod| mod.name.nil? }
135
+ named_helper_mods = constant.inheritable_setting.helpers.reject { |mod| mod.name.nil? }
145
136
 
146
137
  api.create_class(EndpointClassName, superclass_name: superclass) do |klass|
147
138
  named_helper_mods.each do |mod|
@@ -153,7 +144,7 @@ module Tapioca
153
144
  sig { params(api: RBI::Scope).void }
154
145
  def create_callbacks_methods(api)
155
146
  api.create_module(CallbacksMethodsModuleName) do |mod|
156
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/callbacks.rb#L12-L22
147
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/callbacks.rb#L12-L16
157
148
  CALLBACKS_METHODS.each do |callback|
158
149
  mod.create_method(
159
150
  callback.to_s,
@@ -169,7 +160,7 @@ module Tapioca
169
160
  sig { params(api: RBI::Scope).void }
170
161
  def create_request_response_methods(api)
171
162
  api.create_module(RequestResponseMethodsModuleName) do |mod|
172
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/request_response.rb#L85-L128
163
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/request_response.rb#L95-L126
173
164
  mod.create_method("rescue_from") do |method|
174
165
  method.add_rest_param("args")
175
166
  method.add_kw_opt_param("with", "nil")
@@ -208,19 +199,21 @@ module Tapioca
208
199
  sig { params(api: RBI::Scope).void }
209
200
  def create_routing_methods(api)
210
201
  api.create_module(RoutingMethodsModuleName) do |routing_methods_module|
211
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/routing.rb#L169-L201
202
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L168-L211
212
203
  routing_methods_module.create_method(
213
204
  "route",
214
205
  parameters: [
215
206
  create_param("methods", type: "T.any(Symbol, String, T::Array[String])"),
216
207
  create_opt_param("paths", type: "T.nilable(T.any(String, T::Array[String]))", default: "['/']"),
217
- create_opt_param("route_options", type: "T::Hash[Symbol, T.untyped]", default: "{}"),
208
+ create_kw_opt_param("requirements", type: "T.nilable(T::Hash[Symbol, T.untyped])", default: "nil"),
209
+ create_kw_opt_param("anchor", type: "T::Boolean", default: "true"),
210
+ create_kw_rest_param("route_options", type: "T.untyped"),
218
211
  create_block_param("block", type: "T.nilable(T.proc.bind(#{EndpointClassName}).void)"),
219
212
  ],
220
213
  return_type: "void",
221
214
  )
222
215
 
223
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/routing.rb#L203-L207
216
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L213-L217
224
217
  HTTP_VERB_METHODS.each do |verb|
225
218
  routing_methods_module.create_method(
226
219
  verb.to_s,
@@ -233,7 +226,7 @@ module Tapioca
233
226
  )
234
227
  end
235
228
 
236
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/routing.rb#L209-L234
229
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L219-L246
237
230
  NAMESPACE_METHODS.each do |namespace_method|
238
231
  routing_methods_module.create_method(
239
232
  namespace_method.to_s,
@@ -247,7 +240,7 @@ module Tapioca
247
240
  )
248
241
  end
249
242
 
250
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/routing.rb#L241-L254
243
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L253-L271
251
244
  routing_methods_module.create_method(
252
245
  "route_param",
253
246
  parameters: [
data/rbi/grape.rbi CHANGED
@@ -4,21 +4,20 @@
4
4
  module Grape
5
5
  module DSL
6
6
  module Desc
7
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/desc.rb#L8-L68
7
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/desc.rb#L8-L78
8
8
  sig do
9
9
  params(
10
10
  description: String,
11
- legacy_options: T.untyped,
12
11
  options: T.untyped,
13
12
  config_block: T.nilable(T.proc.bind(Grape::Util::ApiDescription).void),
14
13
  ).void
15
14
  end
16
- def desc(description, *legacy_options, **options, &config_block); end
15
+ def desc(description, **options, &config_block); end
17
16
  end
18
17
 
19
18
  module Helpers
20
19
  module BaseHelper
21
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/helpers.rb#L103-L106
20
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/helpers.rb#L103-L106
22
21
  sig do
23
22
  params(
24
23
  name: Symbol,
@@ -28,7 +27,7 @@ module Grape
28
27
  def params(name, &block); end
29
28
  end
30
29
 
31
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/helpers.rb#L6-L35
30
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/helpers.rb#L6-L35
32
31
  sig do
33
32
  params(
34
33
  new_modules: T.untyped,
@@ -39,7 +38,7 @@ module Grape
39
38
  end
40
39
 
41
40
  module InsideRoute
42
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/inside_route.rb#L21-L35
41
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/inside_route.rb#L21-L35
43
42
  sig do
44
43
  params(
45
44
  message: T.any(String, T::Hash[Symbol, T.untyped]),
@@ -51,17 +50,21 @@ module Grape
51
50
  end
52
51
  def error!(message, status = nil, additional_headers = nil, backtrace = nil, original_exception = nil); end
53
52
 
54
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/inside_route.rb#L59-L71
53
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/inside_route.rb#L65-L77
55
54
  sig { params(status: T.nilable(T.any(Integer, Symbol))).returns(Integer) }
56
55
  def status(status = nil); end
57
56
 
58
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/inside_route.rb#L158-L168
57
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/inside_route.rb#L107-L118
58
+ sig { void }
59
+ def return_no_content; end
60
+
61
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/inside_route.rb#L164-L174
59
62
  sig { returns(Grape::Router::Route) }
60
63
  def route; end
61
64
  end
62
65
 
63
66
  module RequestResponse
64
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/request_response.rb#L85-L128
67
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/request_response.rb#L95-L126
65
68
  sig do
66
69
  params(
67
70
  args: Symbol,
@@ -90,7 +93,7 @@ module Grape
90
93
  end
91
94
 
92
95
  module Routing
93
- # @shim: https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/routing.rb#L203-L207
96
+ # @shim: https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L213-L217
94
97
  sig do
95
98
  params(
96
99
  path: String,
@@ -100,7 +103,7 @@ module Grape
100
103
  end
101
104
  def delete(path = '/', **options, &block); end
102
105
 
103
- # @shim: https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/routing.rb#L203-L207
106
+ # @shim: https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L213-L217
104
107
  sig do
105
108
  params(
106
109
  path: String,
@@ -110,7 +113,17 @@ module Grape
110
113
  end
111
114
  def get(path = '/', **options, &block); end
112
115
 
113
- # @shim: https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/routing.rb#L203-L207
116
+ # @shim: https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L213-L217
117
+ sig do
118
+ params(
119
+ path: String,
120
+ options: T.untyped,
121
+ block: T.nilable(T.proc.bind(Grape::Endpoint).void),
122
+ ).void
123
+ end
124
+ def head(path = '/', **options, &block); end
125
+
126
+ # @shim: https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L213-L217
114
127
  sig do
115
128
  params(
116
129
  path: String,
@@ -120,7 +133,7 @@ module Grape
120
133
  end
121
134
  def options(path = '/', **options, &block); end
122
135
 
123
- # @shim: https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/routing.rb#L203-L207
136
+ # @shim: https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L213-L217
124
137
  sig do
125
138
  params(
126
139
  path: String,
@@ -130,7 +143,7 @@ module Grape
130
143
  end
131
144
  def patch(path = '/', **options, &block); end
132
145
 
133
- # @shim: https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/routing.rb#L203-L207
146
+ # @shim: https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L213-L217
134
147
  sig do
135
148
  params(
136
149
  path: String,
@@ -140,7 +153,7 @@ module Grape
140
153
  end
141
154
  def post(path = '/', **options, &block); end
142
155
 
143
- # @shim: https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/routing.rb#L203-L207
156
+ # @shim: https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L213-L217
144
157
  sig do
145
158
  params(
146
159
  path: String,
@@ -150,22 +163,34 @@ module Grape
150
163
  end
151
164
  def put(path = '/', **options, &block); end
152
165
 
153
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/routing.rb#L169-L201
166
+ # @shim: https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L213-L217
167
+ sig do
168
+ params(
169
+ path: String,
170
+ options: T.untyped,
171
+ block: T.nilable(T.proc.bind(Grape::Endpoint).void),
172
+ ).void
173
+ end
174
+ def query(path = '/', **options, &block); end
175
+
176
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L168-L211
154
177
  sig do
155
178
  params(
156
179
  methods: T.any(Symbol, String, T::Array[String]),
157
180
  paths: T.nilable(T.any(String, T::Array[String])),
158
- route_options: T::Hash[Symbol, T.untyped],
181
+ requirements: T.nilable(T::Hash[Symbol, T.untyped]),
182
+ anchor: T::Boolean,
183
+ route_options: T.untyped,
159
184
  block: T.nilable(T.proc.bind(Grape::Endpoint).void),
160
185
  ).void
161
186
  end
162
- def route(methods, paths = ['/'], route_options = {}, &block); end
187
+ def route(methods, paths = ['/'], requirements: nil, anchor: true, **route_options, &block); end
163
188
 
164
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/routing.rb#L241-L254
189
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/routing.rb#L253-L271
165
190
  sig do
166
191
  params(
167
192
  param: Symbol,
168
- requirements: T.nilable(T::Hash[Symbol, T.untyped]),
193
+ requirements: T.untyped,
169
194
  type: T.untyped,
170
195
  options: T.untyped,
171
196
  block: T.nilable(T.proc.bind(Grape::Endpoint).void),
@@ -175,14 +200,14 @@ module Grape
175
200
  end
176
201
 
177
202
  module Validations
178
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/dsl/validations.rb#L6-L11
203
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/dsl/validations.rb#L6-L11
179
204
  sig { params(block: T.proc.bind(Grape::Validations::ParamsScope).void).void }
180
205
  def params(&block); end
181
206
  end
182
207
  end
183
208
 
184
209
  class Endpoint
185
- # https://github.com/ruby-grape/grape/blob/v3.3.1/lib/grape/endpoint.rb#L14
210
+ # https://github.com/ruby-grape/grape/blob/v4.0.0/lib/grape/endpoint.rb#L14
186
211
  sig { returns(Grape::Request) }
187
212
  def request; end
188
213
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grape_sorbet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thatch Health, Inc.
@@ -29,14 +29,14 @@ dependencies:
29
29
  requirements:
30
30
  - - "~>"
31
31
  - !ruby/object:Gem::Version
32
- version: '3.3'
32
+ version: '4.0'
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '3.3'
39
+ version: '4.0'
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: sorbet-runtime
42
42
  requirement: !ruby/object:Gem::Requirement
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
- rubygems_version: 4.0.10
101
+ rubygems_version: 4.0.16
102
102
  specification_version: 4
103
103
  summary: Sorbet signatures and Tapioca DSL compiler for Grape.
104
104
  test_files: []