pangea 0.0.42 → 0.0.46
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 +4 -4
- data/.gitignore +7 -55
- data/Gemfile +1 -30
- data/Gemfile.lock +121 -70
- data/Rakefile +1 -2
- data/bin/pangea +2 -0
- data/flake.lock +49 -16
- data/flake.nix +33 -13
- data/gemset.nix +285 -106
- data/lib/pangea/cli/config.rb +1 -1
- data/lib/pangea/cli/constants.rb +4 -7
- data/lib/pangea/cli/subcommands/config.rb +3 -9
- data/lib/pangea/cli/subcommands/infra.rb +35 -8
- data/lib/pangea/cli/subcommands/main.rb +0 -1
- data/lib/pangea/cli/subcommands/state.rb +30 -0
- data/lib/pangea/cli.rb +63 -1
- data/lib/pangea/config.rb +35 -0
- data/lib/pangea/executor.rb +10 -0
- data/lib/pangea/modcache.rb +79 -0
- data/lib/pangea/module.rb +17 -0
- data/lib/pangea/processor.rb +101 -0
- data/lib/pangea/renderer.rb +241 -0
- data/lib/pangea/shell/terraform.rb +3 -3
- data/lib/pangea/shell.rb +27 -0
- data/lib/pangea/stack.rb +11 -0
- data/lib/pangea/state.rb +96 -0
- data/lib/pangea/structures/abstract.rb +2 -2
- data/lib/pangea/synthesizer/config.rb +2 -3
- data/lib/pangea/utils.rb +32 -0
- data/lib/pangea/version.rb +1 -1
- data/lib/pangea.rb +18 -6
- data/pangea.gemspec +28 -26
- metadata +74 -21
data/gemset.nix
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
abstract-synthesizer = {
|
3
|
-
groups = ["
|
3
|
+
groups = ["default"];
|
4
4
|
platforms = [];
|
5
5
|
source = {
|
6
6
|
remotes = ["https://rubygems.org"];
|
7
|
-
sha256 = "
|
7
|
+
sha256 = "0n8z91za9cljq8js8hjgnflkhxa1vjvb21wywi48h5cxfzqzi6pv";
|
8
8
|
type = "gem";
|
9
9
|
};
|
10
|
-
version = "0.0.
|
10
|
+
version = "0.0.9";
|
11
11
|
};
|
12
12
|
ast = {
|
13
13
|
groups = ["default" "development"];
|
@@ -20,46 +20,68 @@
|
|
20
20
|
version = "2.4.2";
|
21
21
|
};
|
22
22
|
aws-eventstream = {
|
23
|
-
groups = ["default"
|
23
|
+
groups = ["default"];
|
24
24
|
platforms = [];
|
25
25
|
source = {
|
26
26
|
remotes = ["https://rubygems.org"];
|
27
|
-
sha256 = "
|
27
|
+
sha256 = "0fs0shrf2f5dizr8c0lyg0y5j6ixkf6p72i6n5ps6s8xsynv4ra4";
|
28
28
|
type = "gem";
|
29
29
|
};
|
30
|
-
version = "1.
|
30
|
+
version = "1.3.1";
|
31
31
|
};
|
32
32
|
aws-partitions = {
|
33
|
-
groups = ["default"
|
33
|
+
groups = ["default"];
|
34
34
|
platforms = [];
|
35
35
|
source = {
|
36
36
|
remotes = ["https://rubygems.org"];
|
37
|
-
sha256 = "
|
37
|
+
sha256 = "0af8syr32m1dz1w4cqxgkalghdqq7ilkxfvzmcy4648w45v9izjd";
|
38
38
|
type = "gem";
|
39
39
|
};
|
40
|
-
version = "1.
|
40
|
+
version = "1.1052.0";
|
41
41
|
};
|
42
42
|
aws-sdk-core = {
|
43
|
-
dependencies = ["aws-eventstream" "aws-partitions" "aws-sigv4" "jmespath"];
|
44
|
-
groups = ["default"
|
43
|
+
dependencies = ["aws-eventstream" "aws-partitions" "aws-sigv4" "base64" "jmespath"];
|
44
|
+
groups = ["default"];
|
45
45
|
platforms = [];
|
46
46
|
source = {
|
47
47
|
remotes = ["https://rubygems.org"];
|
48
|
-
sha256 = "
|
48
|
+
sha256 = "0jf64bcgv1iyjhvlax78za4jg6ylgmrwvfvwvf7dxwg1xhr3h36i";
|
49
49
|
type = "gem";
|
50
50
|
};
|
51
|
-
version = "3.
|
51
|
+
version = "3.219.0";
|
52
52
|
};
|
53
53
|
aws-sdk-dynamodb = {
|
54
54
|
dependencies = ["aws-sdk-core" "aws-sigv4"];
|
55
|
-
groups = ["
|
55
|
+
groups = ["default"];
|
56
|
+
platforms = [];
|
57
|
+
source = {
|
58
|
+
remotes = ["https://rubygems.org"];
|
59
|
+
sha256 = "0g8048cysd8zysnygb210hk02qxhyn0ifaxsl2d75g5yggdk78rx";
|
60
|
+
type = "gem";
|
61
|
+
};
|
62
|
+
version = "1.137.0";
|
63
|
+
};
|
64
|
+
aws-sdk-kms = {
|
65
|
+
dependencies = ["aws-sdk-core" "aws-sigv4"];
|
66
|
+
groups = ["default"];
|
56
67
|
platforms = [];
|
57
68
|
source = {
|
58
69
|
remotes = ["https://rubygems.org"];
|
59
|
-
sha256 = "
|
70
|
+
sha256 = "1a3mh89kfh6flqxw48wfv9wfwkj2zxazw096mqm56wnnzz1jyads";
|
60
71
|
type = "gem";
|
61
72
|
};
|
62
|
-
version = "1.
|
73
|
+
version = "1.99.0";
|
74
|
+
};
|
75
|
+
aws-sdk-s3 = {
|
76
|
+
dependencies = ["aws-sdk-core" "aws-sdk-kms" "aws-sigv4"];
|
77
|
+
groups = ["default"];
|
78
|
+
platforms = [];
|
79
|
+
source = {
|
80
|
+
remotes = ["https://rubygems.org"];
|
81
|
+
sha256 = "03a55dbihv6xvgfwhx0f35rwc7q3rr0555vfpxlwpdjw75wkbz6h";
|
82
|
+
type = "gem";
|
83
|
+
};
|
84
|
+
version = "1.182.0";
|
63
85
|
};
|
64
86
|
aws-sigv4 = {
|
65
87
|
dependencies = ["aws-eventstream"];
|
@@ -67,20 +89,30 @@
|
|
67
89
|
platforms = [];
|
68
90
|
source = {
|
69
91
|
remotes = ["https://rubygems.org"];
|
70
|
-
sha256 = "
|
92
|
+
sha256 = "1nx1il781qg58nwjkkdn9fw741cjjnixfsh389234qm8j5lpka2h";
|
71
93
|
type = "gem";
|
72
94
|
};
|
73
|
-
version = "1.
|
95
|
+
version = "1.11.0";
|
74
96
|
};
|
75
97
|
base64 = {
|
76
|
-
groups = ["default" "
|
98
|
+
groups = ["default" "production"];
|
77
99
|
platforms = [];
|
78
100
|
source = {
|
79
101
|
remotes = ["https://rubygems.org"];
|
80
|
-
sha256 = "
|
102
|
+
sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g";
|
81
103
|
type = "gem";
|
82
104
|
};
|
83
|
-
version = "0.
|
105
|
+
version = "0.2.0";
|
106
|
+
};
|
107
|
+
bigdecimal = {
|
108
|
+
groups = ["default"];
|
109
|
+
platforms = [];
|
110
|
+
source = {
|
111
|
+
remotes = ["https://rubygems.org"];
|
112
|
+
sha256 = "1k6qzammv9r6b2cw3siasaik18i6wjc5m0gw5nfdc6jj64h79z1g";
|
113
|
+
type = "gem";
|
114
|
+
};
|
115
|
+
version = "3.1.9";
|
84
116
|
};
|
85
117
|
citrus = {
|
86
118
|
groups = ["default" "production"];
|
@@ -92,15 +124,67 @@
|
|
92
124
|
};
|
93
125
|
version = "3.0.2";
|
94
126
|
};
|
127
|
+
date = {
|
128
|
+
groups = ["default" "development"];
|
129
|
+
platforms = [];
|
130
|
+
source = {
|
131
|
+
remotes = ["https://rubygems.org"];
|
132
|
+
sha256 = "0kz6mc4b9m49iaans6cbx031j9y7ldghpi5fzsdh0n3ixwa8w9mz";
|
133
|
+
type = "gem";
|
134
|
+
};
|
135
|
+
version = "3.4.1";
|
136
|
+
};
|
137
|
+
debug = {
|
138
|
+
dependencies = ["irb" "reline"];
|
139
|
+
groups = ["development"];
|
140
|
+
platforms = [];
|
141
|
+
source = {
|
142
|
+
remotes = ["https://rubygems.org"];
|
143
|
+
sha256 = "1977s95s9ns6mpbhg68pg6ggnpxxf8wly4244ihrx5vm92kqrqhi";
|
144
|
+
type = "gem";
|
145
|
+
};
|
146
|
+
version = "1.10.0";
|
147
|
+
};
|
148
|
+
debug_inspector = {
|
149
|
+
groups = ["development"];
|
150
|
+
platforms = [];
|
151
|
+
source = {
|
152
|
+
remotes = ["https://rubygems.org"];
|
153
|
+
sha256 = "18k8x9viqlkh7dbmjzh8crbjy8w480arpa766cw1dnn3xcpa1pwv";
|
154
|
+
type = "gem";
|
155
|
+
};
|
156
|
+
version = "1.2.0";
|
157
|
+
};
|
95
158
|
diff-lcs = {
|
96
159
|
groups = ["default" "development"];
|
97
160
|
platforms = [];
|
98
161
|
source = {
|
99
162
|
remotes = ["https://rubygems.org"];
|
100
|
-
sha256 = "
|
163
|
+
sha256 = "0bnss89lcm3b1k3xcjd35grxqz5q040d12imd73qybwnfarggrx1";
|
164
|
+
type = "gem";
|
165
|
+
};
|
166
|
+
version = "1.6.0";
|
167
|
+
};
|
168
|
+
io-console = {
|
169
|
+
groups = ["default" "development"];
|
170
|
+
platforms = [];
|
171
|
+
source = {
|
172
|
+
remotes = ["https://rubygems.org"];
|
173
|
+
sha256 = "18pgvl7lfjpichdfh1g50rpz0zpaqrpr52ybn9liv1v9pjn9ysnd";
|
101
174
|
type = "gem";
|
102
175
|
};
|
103
|
-
version = "
|
176
|
+
version = "0.8.0";
|
177
|
+
};
|
178
|
+
irb = {
|
179
|
+
dependencies = ["pp" "rdoc" "reline"];
|
180
|
+
groups = ["default" "development"];
|
181
|
+
platforms = [];
|
182
|
+
source = {
|
183
|
+
remotes = ["https://rubygems.org"];
|
184
|
+
sha256 = "1478m97wiy6nwg6lnl0szy39p46acsvrhax552vsh1s2mi2sgg6r";
|
185
|
+
type = "gem";
|
186
|
+
};
|
187
|
+
version = "1.15.1";
|
104
188
|
};
|
105
189
|
jmespath = {
|
106
190
|
groups = ["default" "production"];
|
@@ -117,40 +201,60 @@
|
|
117
201
|
platforms = [];
|
118
202
|
source = {
|
119
203
|
remotes = ["https://rubygems.org"];
|
120
|
-
sha256 = "
|
204
|
+
sha256 = "1p4l5ycdxfsr8b51gnvlvhq6s21vmx9z4x617003zbqv3bcqmj6x";
|
121
205
|
type = "gem";
|
122
206
|
};
|
123
|
-
version = "2.
|
207
|
+
version = "2.10.1";
|
124
208
|
};
|
125
|
-
|
126
|
-
groups = ["development"];
|
209
|
+
language_server-protocol = {
|
210
|
+
groups = ["default" "development"];
|
127
211
|
platforms = [];
|
128
212
|
source = {
|
129
213
|
remotes = ["https://rubygems.org"];
|
130
|
-
sha256 = "
|
214
|
+
sha256 = "0scnz2fvdczdgadvjn0j9d49118aqm3hj66qh8sd2kv6g1j65164";
|
131
215
|
type = "gem";
|
132
216
|
};
|
133
|
-
version = "
|
217
|
+
version = "3.17.0.4";
|
134
218
|
};
|
135
|
-
|
219
|
+
lint_roller = {
|
136
220
|
groups = ["default" "development"];
|
137
221
|
platforms = [];
|
138
222
|
source = {
|
139
223
|
remotes = ["https://rubygems.org"];
|
140
|
-
sha256 = "
|
224
|
+
sha256 = "11yc0d84hsnlvx8cpk4cbj6a4dz9pk0r1k29p0n1fz9acddq831c";
|
141
225
|
type = "gem";
|
142
226
|
};
|
143
|
-
version = "
|
227
|
+
version = "1.1.0";
|
228
|
+
};
|
229
|
+
logger = {
|
230
|
+
groups = ["default" "development"];
|
231
|
+
platforms = [];
|
232
|
+
source = {
|
233
|
+
remotes = ["https://rubygems.org"];
|
234
|
+
sha256 = "05s008w9vy7is3njblmavrbdzyrwwc1fsziffdr58w9pwqj8sqfx";
|
235
|
+
type = "gem";
|
236
|
+
};
|
237
|
+
version = "1.6.6";
|
238
|
+
};
|
239
|
+
pangea = {
|
240
|
+
dependencies = ["abstract-synthesizer" "aws-sdk-dynamodb" "aws-sdk-s3" "bigdecimal" "rexml" "terraform-synthesizer" "toml-rb" "tty-box" "tty-color" "tty-option" "tty-progressbar" "tty-table"];
|
241
|
+
groups = ["default"];
|
242
|
+
platforms = [];
|
243
|
+
source = {
|
244
|
+
path = ./.;
|
245
|
+
type = "path";
|
246
|
+
};
|
247
|
+
version = "0.0.46";
|
144
248
|
};
|
145
249
|
parallel = {
|
146
250
|
groups = ["default" "development"];
|
147
251
|
platforms = [];
|
148
252
|
source = {
|
149
253
|
remotes = ["https://rubygems.org"];
|
150
|
-
sha256 = "
|
254
|
+
sha256 = "1vy7sjs2pgz4i96v5yk9b7aafbffnvq7nn419fgvw55qlavsnsyq";
|
151
255
|
type = "gem";
|
152
256
|
};
|
153
|
-
version = "1.
|
257
|
+
version = "1.26.3";
|
154
258
|
};
|
155
259
|
parser = {
|
156
260
|
dependencies = ["ast" "racc"];
|
@@ -158,10 +262,10 @@
|
|
158
262
|
platforms = [];
|
159
263
|
source = {
|
160
264
|
remotes = ["https://rubygems.org"];
|
161
|
-
sha256 = "
|
265
|
+
sha256 = "18dcwrcnddvi8gl3hmbsb2cj1l7afxk2lh3jmhj90l95h1hn3gkx";
|
162
266
|
type = "gem";
|
163
267
|
};
|
164
|
-
version = "3.
|
268
|
+
version = "3.3.7.1";
|
165
269
|
};
|
166
270
|
pastel = {
|
167
271
|
dependencies = ["tty-color"];
|
@@ -174,15 +278,57 @@
|
|
174
278
|
};
|
175
279
|
version = "0.8.0";
|
176
280
|
};
|
177
|
-
|
281
|
+
pp = {
|
282
|
+
dependencies = ["prettyprint"];
|
283
|
+
groups = ["default" "development"];
|
284
|
+
platforms = [];
|
285
|
+
source = {
|
286
|
+
remotes = ["https://rubygems.org"];
|
287
|
+
sha256 = "1zxnfxjni0r9l2x42fyq0sqpnaf5nakjbap8irgik4kg1h9c6zll";
|
288
|
+
type = "gem";
|
289
|
+
};
|
290
|
+
version = "0.6.2";
|
291
|
+
};
|
292
|
+
prettyprint = {
|
293
|
+
groups = ["default" "development"];
|
294
|
+
platforms = [];
|
295
|
+
source = {
|
296
|
+
remotes = ["https://rubygems.org"];
|
297
|
+
sha256 = "14zicq3plqi217w6xahv7b8f7aj5kpxv1j1w98344ix9h5ay3j9b";
|
298
|
+
type = "gem";
|
299
|
+
};
|
300
|
+
version = "0.2.0";
|
301
|
+
};
|
302
|
+
prism = {
|
178
303
|
groups = ["default" "development"];
|
179
304
|
platforms = [];
|
180
305
|
source = {
|
181
306
|
remotes = ["https://rubygems.org"];
|
182
|
-
sha256 = "
|
307
|
+
sha256 = "0fi7hvrm2wzbhm21d3w87z5nrqx6z0gwhilvdizcpc9ik21205mi";
|
183
308
|
type = "gem";
|
184
309
|
};
|
185
|
-
version = "1.
|
310
|
+
version = "1.3.0";
|
311
|
+
};
|
312
|
+
psych = {
|
313
|
+
dependencies = ["date" "stringio"];
|
314
|
+
groups = ["default" "development"];
|
315
|
+
platforms = [];
|
316
|
+
source = {
|
317
|
+
remotes = ["https://rubygems.org"];
|
318
|
+
sha256 = "1vjrx3yd596zzi42dcaq5xw7hil1921r769dlbz08iniaawlp9c4";
|
319
|
+
type = "gem";
|
320
|
+
};
|
321
|
+
version = "5.2.3";
|
322
|
+
};
|
323
|
+
racc = {
|
324
|
+
groups = ["default" "development" "production"];
|
325
|
+
platforms = [];
|
326
|
+
source = {
|
327
|
+
remotes = ["https://rubygems.org"];
|
328
|
+
sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa";
|
329
|
+
type = "gem";
|
330
|
+
};
|
331
|
+
version = "1.8.1";
|
186
332
|
};
|
187
333
|
rainbow = {
|
188
334
|
groups = ["default" "development"];
|
@@ -199,30 +345,63 @@
|
|
199
345
|
platforms = [];
|
200
346
|
source = {
|
201
347
|
remotes = ["https://rubygems.org"];
|
202
|
-
sha256 = "
|
348
|
+
sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6";
|
203
349
|
type = "gem";
|
204
350
|
};
|
205
|
-
version = "13.
|
351
|
+
version = "13.2.1";
|
352
|
+
};
|
353
|
+
rbs = {
|
354
|
+
dependencies = ["logger"];
|
355
|
+
groups = ["default" "development"];
|
356
|
+
platforms = [];
|
357
|
+
source = {
|
358
|
+
remotes = ["https://rubygems.org"];
|
359
|
+
sha256 = "07cwjkx7b3ssy8ccqq1s34sc5snwvgxan2ikmp9y2rz2a9wy6v1b";
|
360
|
+
type = "gem";
|
361
|
+
};
|
362
|
+
version = "3.8.1";
|
363
|
+
};
|
364
|
+
rdoc = {
|
365
|
+
dependencies = ["psych"];
|
366
|
+
groups = ["default" "development"];
|
367
|
+
platforms = [];
|
368
|
+
source = {
|
369
|
+
remotes = ["https://rubygems.org"];
|
370
|
+
sha256 = "1q2nkyk6r3m15a2an7lwm4ilkcxzdh3j93s4ib8sbzqb0xp70vvx";
|
371
|
+
type = "gem";
|
372
|
+
};
|
373
|
+
version = "6.12.0";
|
206
374
|
};
|
207
375
|
regexp_parser = {
|
208
376
|
groups = ["default" "development"];
|
209
377
|
platforms = [];
|
210
378
|
source = {
|
211
379
|
remotes = ["https://rubygems.org"];
|
212
|
-
sha256 = "
|
380
|
+
sha256 = "0qccah61pjvzyyg6mrp27w27dlv6vxlbznzipxjcswl7x3fhsvyb";
|
213
381
|
type = "gem";
|
214
382
|
};
|
215
|
-
version = "2.
|
383
|
+
version = "2.10.0";
|
216
384
|
};
|
217
|
-
|
385
|
+
reline = {
|
386
|
+
dependencies = ["io-console"];
|
218
387
|
groups = ["default" "development"];
|
219
388
|
platforms = [];
|
220
389
|
source = {
|
221
390
|
remotes = ["https://rubygems.org"];
|
222
|
-
sha256 = "
|
391
|
+
sha256 = "1lirwlw59apc8m1wjk85y2xidiv0fkxjn6f7p84yqmmyvish6qjp";
|
392
|
+
type = "gem";
|
393
|
+
};
|
394
|
+
version = "0.6.0";
|
395
|
+
};
|
396
|
+
rexml = {
|
397
|
+
groups = ["default"];
|
398
|
+
platforms = [];
|
399
|
+
source = {
|
400
|
+
remotes = ["https://rubygems.org"];
|
401
|
+
sha256 = "1jmbf6lf7pcyacpb939xjjpn1f84c3nw83dy3p1lwjx0l2ljfif7";
|
223
402
|
type = "gem";
|
224
403
|
};
|
225
|
-
version = "3.
|
404
|
+
version = "3.4.1";
|
226
405
|
};
|
227
406
|
rspec = {
|
228
407
|
dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"];
|
@@ -230,10 +409,10 @@
|
|
230
409
|
platforms = [];
|
231
410
|
source = {
|
232
411
|
remotes = ["https://rubygems.org"];
|
233
|
-
sha256 = "
|
412
|
+
sha256 = "14xrp8vq6i9zx37vh0yp4h9m0anx9paw200l1r5ad9fmq559346l";
|
234
413
|
type = "gem";
|
235
414
|
};
|
236
|
-
version = "3.
|
415
|
+
version = "3.13.0";
|
237
416
|
};
|
238
417
|
rspec-core = {
|
239
418
|
dependencies = ["rspec-support"];
|
@@ -241,10 +420,10 @@
|
|
241
420
|
platforms = [];
|
242
421
|
source = {
|
243
422
|
remotes = ["https://rubygems.org"];
|
244
|
-
sha256 = "
|
423
|
+
sha256 = "1r6zbis0hhbik1ck8kh58qb37d1qwij1x1d2fy4jxkzryh3na4r5";
|
245
424
|
type = "gem";
|
246
425
|
};
|
247
|
-
version = "3.
|
426
|
+
version = "3.13.3";
|
248
427
|
};
|
249
428
|
rspec-expectations = {
|
250
429
|
dependencies = ["diff-lcs" "rspec-support"];
|
@@ -252,10 +431,10 @@
|
|
252
431
|
platforms = [];
|
253
432
|
source = {
|
254
433
|
remotes = ["https://rubygems.org"];
|
255
|
-
sha256 = "
|
434
|
+
sha256 = "0n3cyrhsa75x5wwvskrrqk56jbjgdi2q1zx0irllf0chkgsmlsqf";
|
256
435
|
type = "gem";
|
257
436
|
};
|
258
|
-
version = "3.
|
437
|
+
version = "3.13.3";
|
259
438
|
};
|
260
439
|
rspec-mocks = {
|
261
440
|
dependencies = ["diff-lcs" "rspec-support"];
|
@@ -263,31 +442,31 @@
|
|
263
442
|
platforms = [];
|
264
443
|
source = {
|
265
444
|
remotes = ["https://rubygems.org"];
|
266
|
-
sha256 = "
|
445
|
+
sha256 = "1vxxkb2sf2b36d8ca2nq84kjf85fz4x7wqcvb8r6a5hfxxfk69r3";
|
267
446
|
type = "gem";
|
268
447
|
};
|
269
|
-
version = "3.
|
448
|
+
version = "3.13.2";
|
270
449
|
};
|
271
450
|
rspec-support = {
|
272
451
|
groups = ["default" "development"];
|
273
452
|
platforms = [];
|
274
453
|
source = {
|
275
454
|
remotes = ["https://rubygems.org"];
|
276
|
-
sha256 = "
|
455
|
+
sha256 = "1v6v6xvxcpkrrsrv7v1xgf7sl0d71vcfz1cnrjflpf6r7x3a58yf";
|
277
456
|
type = "gem";
|
278
457
|
};
|
279
|
-
version = "3.
|
458
|
+
version = "3.13.2";
|
280
459
|
};
|
281
460
|
rubocop = {
|
282
|
-
dependencies = ["
|
283
|
-
groups = ["
|
461
|
+
dependencies = ["json" "language_server-protocol" "lint_roller" "parallel" "parser" "rainbow" "regexp_parser" "rubocop-ast" "ruby-progressbar" "unicode-display_width"];
|
462
|
+
groups = ["development"];
|
284
463
|
platforms = [];
|
285
464
|
source = {
|
286
465
|
remotes = ["https://rubygems.org"];
|
287
|
-
sha256 = "
|
466
|
+
sha256 = "0sz9782vyhm7kn1p2jfvr4cpfdcnwr3qhkacpy10irpyi4ns6n82";
|
288
467
|
type = "gem";
|
289
468
|
};
|
290
|
-
version = "1.
|
469
|
+
version = "1.72.2";
|
291
470
|
};
|
292
471
|
rubocop-ast = {
|
293
472
|
dependencies = ["parser"];
|
@@ -295,64 +474,73 @@
|
|
295
474
|
platforms = [];
|
296
475
|
source = {
|
297
476
|
remotes = ["https://rubygems.org"];
|
298
|
-
sha256 = "
|
477
|
+
sha256 = "1bi6pgnii77763dzwhafcp8lrmnh4n1bqbdimhc9lfj4zs96gpsg";
|
299
478
|
type = "gem";
|
300
479
|
};
|
301
|
-
version = "1.
|
480
|
+
version = "1.38.0";
|
302
481
|
};
|
303
|
-
rubocop-
|
304
|
-
dependencies = ["rubocop"];
|
305
|
-
groups = ["
|
482
|
+
rubocop-rake = {
|
483
|
+
dependencies = ["lint_roller" "rubocop"];
|
484
|
+
groups = ["development"];
|
306
485
|
platforms = [];
|
307
486
|
source = {
|
308
487
|
remotes = ["https://rubygems.org"];
|
309
|
-
sha256 = "
|
488
|
+
sha256 = "0kdfrckz1v32dy7c7bdiksjysx9l9zsda9kc6zvrsghch6vg55rp";
|
310
489
|
type = "gem";
|
311
490
|
};
|
312
|
-
version = "
|
491
|
+
version = "0.7.1";
|
313
492
|
};
|
314
|
-
rubocop-
|
315
|
-
dependencies = ["rubocop"];
|
316
|
-
groups = ["
|
493
|
+
rubocop-rspec = {
|
494
|
+
dependencies = ["lint_roller" "rubocop"];
|
495
|
+
groups = ["development"];
|
317
496
|
platforms = [];
|
318
497
|
source = {
|
319
498
|
remotes = ["https://rubygems.org"];
|
320
|
-
sha256 = "
|
499
|
+
sha256 = "0k1hsppf3p72q9phm2084ad94ldhvf5vnp57xsl4p25gw4pr833i";
|
321
500
|
type = "gem";
|
322
501
|
};
|
323
|
-
version = "
|
502
|
+
version = "3.5.0";
|
324
503
|
};
|
325
|
-
|
326
|
-
dependencies = ["
|
504
|
+
ruby-lsp = {
|
505
|
+
dependencies = ["language_server-protocol" "prism" "rbs" "sorbet-runtime"];
|
327
506
|
groups = ["development"];
|
328
507
|
platforms = [];
|
329
508
|
source = {
|
330
509
|
remotes = ["https://rubygems.org"];
|
331
|
-
sha256 = "
|
510
|
+
sha256 = "1hx0hb0j0jpzizc76sjrmvgvwifr7507xap66wzg6mj3mqc0y46r";
|
332
511
|
type = "gem";
|
333
512
|
};
|
334
|
-
version = "0.
|
513
|
+
version = "0.23.11";
|
335
514
|
};
|
336
|
-
|
337
|
-
|
338
|
-
groups = ["development"];
|
515
|
+
ruby-progressbar = {
|
516
|
+
groups = ["default" "development"];
|
339
517
|
platforms = [];
|
340
518
|
source = {
|
341
519
|
remotes = ["https://rubygems.org"];
|
342
|
-
sha256 = "
|
520
|
+
sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40";
|
343
521
|
type = "gem";
|
344
522
|
};
|
345
|
-
version = "
|
523
|
+
version = "1.13.0";
|
346
524
|
};
|
347
|
-
|
525
|
+
sorbet-runtime = {
|
348
526
|
groups = ["default" "development"];
|
349
527
|
platforms = [];
|
350
528
|
source = {
|
351
529
|
remotes = ["https://rubygems.org"];
|
352
|
-
sha256 = "
|
530
|
+
sha256 = "0kl3m025s956m4y362l6wfvgjzqdl9chc7ayh345471wfrzzpc0i";
|
353
531
|
type = "gem";
|
354
532
|
};
|
355
|
-
version = "
|
533
|
+
version = "0.5.11839";
|
534
|
+
};
|
535
|
+
stringio = {
|
536
|
+
groups = ["default" "development"];
|
537
|
+
platforms = [];
|
538
|
+
source = {
|
539
|
+
remotes = ["https://rubygems.org"];
|
540
|
+
sha256 = "0w0xb48347vclpagqs9qbmcgrq9npxnr4v8zq8bhhqc839pqzmkx";
|
541
|
+
type = "gem";
|
542
|
+
};
|
543
|
+
version = "3.1.4";
|
356
544
|
};
|
357
545
|
strings = {
|
358
546
|
dependencies = ["strings-ansi" "unicode-display_width" "unicode_utils"];
|
@@ -376,25 +564,26 @@
|
|
376
564
|
version = "0.2.0";
|
377
565
|
};
|
378
566
|
terraform-synthesizer = {
|
379
|
-
|
567
|
+
dependencies = ["abstract-synthesizer"];
|
568
|
+
groups = ["default"];
|
380
569
|
platforms = [];
|
381
570
|
source = {
|
382
571
|
remotes = ["https://rubygems.org"];
|
383
|
-
sha256 = "
|
572
|
+
sha256 = "1jzv4arl0gp9g7k5b3svwmcxmbyjbxrymw389mz1j9hm60ynb4sm";
|
384
573
|
type = "gem";
|
385
574
|
};
|
386
|
-
version = "0.0.
|
575
|
+
version = "0.0.26";
|
387
576
|
};
|
388
577
|
toml-rb = {
|
389
|
-
dependencies = ["citrus"];
|
578
|
+
dependencies = ["citrus" "racc"];
|
390
579
|
groups = ["production"];
|
391
580
|
platforms = [];
|
392
581
|
source = {
|
393
582
|
remotes = ["https://rubygems.org"];
|
394
|
-
sha256 = "
|
583
|
+
sha256 = "1ch068k06ag358wlmid3psqlniq9y51hfazp0w9bbrw5vpf699x3";
|
395
584
|
type = "gem";
|
396
585
|
};
|
397
|
-
version = "
|
586
|
+
version = "3.0.1";
|
398
587
|
};
|
399
588
|
tty-box = {
|
400
589
|
dependencies = ["pastel" "strings" "tty-cursor"];
|
@@ -443,20 +632,20 @@
|
|
443
632
|
platforms = [];
|
444
633
|
source = {
|
445
634
|
remotes = ["https://rubygems.org"];
|
446
|
-
sha256 = "
|
635
|
+
sha256 = "1xm5sk1sqp7v16akqpxza672qza6dbml68ah1lcajx2ywmh45fvc";
|
447
636
|
type = "gem";
|
448
637
|
};
|
449
|
-
version = "0.18.
|
638
|
+
version = "0.18.3";
|
450
639
|
};
|
451
640
|
tty-screen = {
|
452
641
|
groups = ["default" "production"];
|
453
642
|
platforms = [];
|
454
643
|
source = {
|
455
644
|
remotes = ["https://rubygems.org"];
|
456
|
-
sha256 = "
|
645
|
+
sha256 = "0l4vh6g333jxm9lakilkva2gn17j6gb052626r1pdbmy2lhnb460";
|
457
646
|
type = "gem";
|
458
647
|
};
|
459
|
-
version = "0.8.
|
648
|
+
version = "0.8.2";
|
460
649
|
};
|
461
650
|
tty-table = {
|
462
651
|
dependencies = ["pastel" "strings" "tty-screen"];
|
@@ -474,10 +663,10 @@
|
|
474
663
|
platforms = [];
|
475
664
|
source = {
|
476
665
|
remotes = ["https://rubygems.org"];
|
477
|
-
sha256 = "
|
666
|
+
sha256 = "0nkz7fadlrdbkf37m0x7sw8bnz8r355q3vwcfb9f9md6pds9h9qj";
|
478
667
|
type = "gem";
|
479
668
|
};
|
480
|
-
version = "2.
|
669
|
+
version = "2.6.0";
|
481
670
|
};
|
482
671
|
unicode_utils = {
|
483
672
|
groups = ["default" "production"];
|
@@ -489,14 +678,4 @@
|
|
489
678
|
};
|
490
679
|
version = "1.4.0";
|
491
680
|
};
|
492
|
-
yard = {
|
493
|
-
groups = ["development"];
|
494
|
-
platforms = [];
|
495
|
-
source = {
|
496
|
-
remotes = ["https://rubygems.org"];
|
497
|
-
sha256 = "013yrnwx1zhzhn1fnc19zck22a1qgimsaglp2iwgf5bz9l8h93js";
|
498
|
-
type = "gem";
|
499
|
-
};
|
500
|
-
version = "0.9.34";
|
501
|
-
};
|
502
681
|
}
|