docker_compose_env_rails 0.1.2 → 1.0.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 +4 -4
- data/.envrc +12 -0
- data/.gitignore +1 -1
- data/.tool-versions +1 -1
- data/.travis.yml +3 -3
- data/CHANGELOG.md +31 -1
- data/Gemfile.lock +193 -0
- data/README.md +15 -0
- data/docker_compose_env.gemspec +4 -8
- data/docker_compose_env_rails.gemspec +3 -7
- data/flake.lock +133 -0
- data/flake.nix +65 -0
- data/gemset.nix +709 -0
- data/lib/docker_compose_env/version.rb +1 -1
- data/lib/docker_compose_env.rb +17 -7
- metadata +12 -10
data/gemset.nix
ADDED
|
@@ -0,0 +1,709 @@
|
|
|
1
|
+
{
|
|
2
|
+
actionpack = {
|
|
3
|
+
dependencies = ["actionview" "activesupport" "nokogiri" "rack" "rack-session" "rack-test" "rails-dom-testing" "rails-html-sanitizer" "useragent"];
|
|
4
|
+
groups = ["default"];
|
|
5
|
+
platforms = [];
|
|
6
|
+
source = {
|
|
7
|
+
remotes = ["https://rubygems.org"];
|
|
8
|
+
sha256 = "1mq6d9m8jr735sdysplq2sakhpi6bx850vbvmh0xiiv3kb1jfbhr";
|
|
9
|
+
type = "gem";
|
|
10
|
+
};
|
|
11
|
+
version = "8.1.1";
|
|
12
|
+
};
|
|
13
|
+
actionview = {
|
|
14
|
+
dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"];
|
|
15
|
+
groups = ["default"];
|
|
16
|
+
platforms = [];
|
|
17
|
+
source = {
|
|
18
|
+
remotes = ["https://rubygems.org"];
|
|
19
|
+
sha256 = "1p38njwlwv9yzdjg9nz7ja8d5hl45cc28kwkn1i0islx165hqj6a";
|
|
20
|
+
type = "gem";
|
|
21
|
+
};
|
|
22
|
+
version = "8.1.1";
|
|
23
|
+
};
|
|
24
|
+
activesupport = {
|
|
25
|
+
dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "json" "logger" "minitest" "securerandom" "tzinfo" "uri"];
|
|
26
|
+
groups = ["default"];
|
|
27
|
+
platforms = [];
|
|
28
|
+
source = {
|
|
29
|
+
remotes = ["https://rubygems.org"];
|
|
30
|
+
sha256 = "0rzadiafj8llldqry9jjnzbw2rgavdlrqy0nddg8p2qcim7574jy";
|
|
31
|
+
type = "gem";
|
|
32
|
+
};
|
|
33
|
+
version = "8.1.1";
|
|
34
|
+
};
|
|
35
|
+
ast = {
|
|
36
|
+
groups = ["default" "development"];
|
|
37
|
+
platforms = [];
|
|
38
|
+
source = {
|
|
39
|
+
remotes = ["https://rubygems.org"];
|
|
40
|
+
sha256 = "10yknjyn0728gjn6b5syynvrvrwm66bhssbxq8mkhshxghaiailm";
|
|
41
|
+
type = "gem";
|
|
42
|
+
};
|
|
43
|
+
version = "2.4.3";
|
|
44
|
+
};
|
|
45
|
+
base64 = {
|
|
46
|
+
groups = ["default"];
|
|
47
|
+
platforms = [];
|
|
48
|
+
source = {
|
|
49
|
+
remotes = ["https://rubygems.org"];
|
|
50
|
+
sha256 = "0yx9yn47a8lkfcjmigk79fykxvr80r4m1i35q82sxzynpbm7lcr7";
|
|
51
|
+
type = "gem";
|
|
52
|
+
};
|
|
53
|
+
version = "0.3.0";
|
|
54
|
+
};
|
|
55
|
+
bigdecimal = {
|
|
56
|
+
groups = ["default" "development"];
|
|
57
|
+
platforms = [];
|
|
58
|
+
source = {
|
|
59
|
+
remotes = ["https://rubygems.org"];
|
|
60
|
+
sha256 = "0612spks81fvpv2zrrv3371lbs6mwd7w6g5zafglyk75ici1x87a";
|
|
61
|
+
type = "gem";
|
|
62
|
+
};
|
|
63
|
+
version = "3.3.1";
|
|
64
|
+
};
|
|
65
|
+
builder = {
|
|
66
|
+
groups = ["default"];
|
|
67
|
+
platforms = [];
|
|
68
|
+
source = {
|
|
69
|
+
remotes = ["https://rubygems.org"];
|
|
70
|
+
sha256 = "0pw3r2lyagsxkm71bf44v5b74f7l9r7di22brbyji9fwz791hya9";
|
|
71
|
+
type = "gem";
|
|
72
|
+
};
|
|
73
|
+
version = "3.3.0";
|
|
74
|
+
};
|
|
75
|
+
concurrent-ruby = {
|
|
76
|
+
groups = ["default" "development"];
|
|
77
|
+
platforms = [];
|
|
78
|
+
source = {
|
|
79
|
+
remotes = ["https://rubygems.org"];
|
|
80
|
+
sha256 = "1ipbrgvf0pp6zxdk5ascp6i29aybz2bx9wdrlchjmpx6mhvkwfw1";
|
|
81
|
+
type = "gem";
|
|
82
|
+
};
|
|
83
|
+
version = "1.3.5";
|
|
84
|
+
};
|
|
85
|
+
connection_pool = {
|
|
86
|
+
groups = ["default"];
|
|
87
|
+
platforms = [];
|
|
88
|
+
source = {
|
|
89
|
+
remotes = ["https://rubygems.org"];
|
|
90
|
+
sha256 = "02p7l47gvchbvnbag6kb4x2hg8n28r25ybslyvrr2q214wir5qg9";
|
|
91
|
+
type = "gem";
|
|
92
|
+
};
|
|
93
|
+
version = "2.5.4";
|
|
94
|
+
};
|
|
95
|
+
crass = {
|
|
96
|
+
groups = ["default"];
|
|
97
|
+
platforms = [];
|
|
98
|
+
source = {
|
|
99
|
+
remotes = ["https://rubygems.org"];
|
|
100
|
+
sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw";
|
|
101
|
+
type = "gem";
|
|
102
|
+
};
|
|
103
|
+
version = "1.0.6";
|
|
104
|
+
};
|
|
105
|
+
date = {
|
|
106
|
+
groups = ["default"];
|
|
107
|
+
platforms = [];
|
|
108
|
+
source = {
|
|
109
|
+
remotes = ["https://rubygems.org"];
|
|
110
|
+
sha256 = "1rbfqkzr6i8b6538z16chvrkgywf5p5vafsgmnbmvrmh0ingsx2y";
|
|
111
|
+
type = "gem";
|
|
112
|
+
};
|
|
113
|
+
version = "3.5.0";
|
|
114
|
+
};
|
|
115
|
+
docker_compose_env = {
|
|
116
|
+
groups = ["default"];
|
|
117
|
+
platforms = [];
|
|
118
|
+
source = {
|
|
119
|
+
path = ./.;
|
|
120
|
+
type = "path";
|
|
121
|
+
};
|
|
122
|
+
version = "1.0.0";
|
|
123
|
+
};
|
|
124
|
+
docker_compose_env_rails = {
|
|
125
|
+
dependencies = ["docker_compose_env" "railties"];
|
|
126
|
+
groups = ["default"];
|
|
127
|
+
platforms = [];
|
|
128
|
+
source = {
|
|
129
|
+
path = ./.;
|
|
130
|
+
type = "path";
|
|
131
|
+
};
|
|
132
|
+
version = "1.0.0";
|
|
133
|
+
};
|
|
134
|
+
drb = {
|
|
135
|
+
groups = ["default"];
|
|
136
|
+
platforms = [];
|
|
137
|
+
source = {
|
|
138
|
+
remotes = ["https://rubygems.org"];
|
|
139
|
+
sha256 = "0wrkl7yiix268s2md1h6wh91311w95ikd8fy8m5gx589npyxc00b";
|
|
140
|
+
type = "gem";
|
|
141
|
+
};
|
|
142
|
+
version = "2.2.3";
|
|
143
|
+
};
|
|
144
|
+
dry-configurable = {
|
|
145
|
+
dependencies = ["dry-core" "zeitwerk"];
|
|
146
|
+
groups = ["default" "development"];
|
|
147
|
+
platforms = [];
|
|
148
|
+
source = {
|
|
149
|
+
remotes = ["https://rubygems.org"];
|
|
150
|
+
sha256 = "1a5g30p7kzp37n9w3idp3gy70hzkj30d8j951lhw2zsnb0l8cbc8";
|
|
151
|
+
type = "gem";
|
|
152
|
+
};
|
|
153
|
+
version = "1.3.0";
|
|
154
|
+
};
|
|
155
|
+
dry-core = {
|
|
156
|
+
dependencies = ["concurrent-ruby" "logger" "zeitwerk"];
|
|
157
|
+
groups = ["default" "development"];
|
|
158
|
+
platforms = [];
|
|
159
|
+
source = {
|
|
160
|
+
remotes = ["https://rubygems.org"];
|
|
161
|
+
sha256 = "15di39ssfkwigyyqla65n4x6cfhgwa4cv8j5lmyrlr07jwd840q9";
|
|
162
|
+
type = "gem";
|
|
163
|
+
};
|
|
164
|
+
version = "1.1.0";
|
|
165
|
+
};
|
|
166
|
+
dry-inflector = {
|
|
167
|
+
groups = ["default" "development"];
|
|
168
|
+
platforms = [];
|
|
169
|
+
source = {
|
|
170
|
+
remotes = ["https://rubygems.org"];
|
|
171
|
+
sha256 = "0blgyg9l4gpzhb7rs9hqq9j7br80ngiigjp2ayp78w6m1ysx1x92";
|
|
172
|
+
type = "gem";
|
|
173
|
+
};
|
|
174
|
+
version = "1.2.0";
|
|
175
|
+
};
|
|
176
|
+
dry-initializer = {
|
|
177
|
+
groups = ["default" "development"];
|
|
178
|
+
platforms = [];
|
|
179
|
+
source = {
|
|
180
|
+
remotes = ["https://rubygems.org"];
|
|
181
|
+
sha256 = "1qy4cv0j0ahabprdbp02nc3r1606jd5dp90lzqg0mp0jz6c9gm9p";
|
|
182
|
+
type = "gem";
|
|
183
|
+
};
|
|
184
|
+
version = "3.2.0";
|
|
185
|
+
};
|
|
186
|
+
dry-logic = {
|
|
187
|
+
dependencies = ["bigdecimal" "concurrent-ruby" "dry-core" "zeitwerk"];
|
|
188
|
+
groups = ["default" "development"];
|
|
189
|
+
platforms = [];
|
|
190
|
+
source = {
|
|
191
|
+
remotes = ["https://rubygems.org"];
|
|
192
|
+
sha256 = "18nf8mbnhgvkw34drj7nmvpx2afmyl2nyzncn3wl3z4h1yyfsvys";
|
|
193
|
+
type = "gem";
|
|
194
|
+
};
|
|
195
|
+
version = "1.6.0";
|
|
196
|
+
};
|
|
197
|
+
dry-schema = {
|
|
198
|
+
dependencies = ["concurrent-ruby" "dry-configurable" "dry-core" "dry-initializer" "dry-logic" "dry-types" "zeitwerk"];
|
|
199
|
+
groups = ["default" "development"];
|
|
200
|
+
platforms = [];
|
|
201
|
+
source = {
|
|
202
|
+
remotes = ["https://rubygems.org"];
|
|
203
|
+
sha256 = "1wczkg5wd29c8gg1r10wxfpyavw4q6ia7xi2dapar709lwwpbk9g";
|
|
204
|
+
type = "gem";
|
|
205
|
+
};
|
|
206
|
+
version = "1.14.1";
|
|
207
|
+
};
|
|
208
|
+
dry-types = {
|
|
209
|
+
dependencies = ["bigdecimal" "concurrent-ruby" "dry-core" "dry-inflector" "dry-logic" "zeitwerk"];
|
|
210
|
+
groups = ["default" "development"];
|
|
211
|
+
platforms = [];
|
|
212
|
+
source = {
|
|
213
|
+
remotes = ["https://rubygems.org"];
|
|
214
|
+
sha256 = "1g61cnmmwzff05sf8bh95qjd3hikasgvrmf3q0qk29zdw12pmndm";
|
|
215
|
+
type = "gem";
|
|
216
|
+
};
|
|
217
|
+
version = "1.8.3";
|
|
218
|
+
};
|
|
219
|
+
erb = {
|
|
220
|
+
groups = ["default"];
|
|
221
|
+
platforms = [];
|
|
222
|
+
source = {
|
|
223
|
+
remotes = ["https://rubygems.org"];
|
|
224
|
+
sha256 = "0rqfmrgp4ihwmnpi9ah0y6pah7rr7d3pid94z2cqd93bgc2m6vjn";
|
|
225
|
+
type = "gem";
|
|
226
|
+
};
|
|
227
|
+
version = "5.1.3";
|
|
228
|
+
};
|
|
229
|
+
erubi = {
|
|
230
|
+
groups = ["default"];
|
|
231
|
+
platforms = [];
|
|
232
|
+
source = {
|
|
233
|
+
remotes = ["https://rubygems.org"];
|
|
234
|
+
sha256 = "1naaxsqkv5b3vklab5sbb9sdpszrjzlfsbqpy7ncbnw510xi10m0";
|
|
235
|
+
type = "gem";
|
|
236
|
+
};
|
|
237
|
+
version = "1.13.1";
|
|
238
|
+
};
|
|
239
|
+
i18n = {
|
|
240
|
+
dependencies = ["concurrent-ruby"];
|
|
241
|
+
groups = ["default"];
|
|
242
|
+
platforms = [];
|
|
243
|
+
source = {
|
|
244
|
+
remotes = ["https://rubygems.org"];
|
|
245
|
+
sha256 = "03sx3ahz1v5kbqjwxj48msw3maplpp2iyzs22l4jrzrqh4zmgfnf";
|
|
246
|
+
type = "gem";
|
|
247
|
+
};
|
|
248
|
+
version = "1.14.7";
|
|
249
|
+
};
|
|
250
|
+
io-console = {
|
|
251
|
+
groups = ["default"];
|
|
252
|
+
platforms = [];
|
|
253
|
+
source = {
|
|
254
|
+
remotes = ["https://rubygems.org"];
|
|
255
|
+
sha256 = "1jszj95hazqqpnrjjzr326nn1j32xmsc9xvd97mbcrrgdc54858y";
|
|
256
|
+
type = "gem";
|
|
257
|
+
};
|
|
258
|
+
version = "0.8.1";
|
|
259
|
+
};
|
|
260
|
+
irb = {
|
|
261
|
+
dependencies = ["pp" "rdoc" "reline"];
|
|
262
|
+
groups = ["default"];
|
|
263
|
+
platforms = [];
|
|
264
|
+
source = {
|
|
265
|
+
remotes = ["https://rubygems.org"];
|
|
266
|
+
sha256 = "1aja320qnimlnfc80wf2i2x8i99kl5sdzfacsfzzfzzs3vzysja3";
|
|
267
|
+
type = "gem";
|
|
268
|
+
};
|
|
269
|
+
version = "1.15.3";
|
|
270
|
+
};
|
|
271
|
+
json = {
|
|
272
|
+
groups = ["default" "development"];
|
|
273
|
+
platforms = [];
|
|
274
|
+
source = {
|
|
275
|
+
remotes = ["https://rubygems.org"];
|
|
276
|
+
sha256 = "09zss44bw5sx8c619qy1ci611r1h5nfd1biyjnpxrl6jcvcy2s0h";
|
|
277
|
+
type = "gem";
|
|
278
|
+
};
|
|
279
|
+
version = "2.15.2";
|
|
280
|
+
};
|
|
281
|
+
language_server-protocol = {
|
|
282
|
+
groups = ["default" "development"];
|
|
283
|
+
platforms = [];
|
|
284
|
+
source = {
|
|
285
|
+
remotes = ["https://rubygems.org"];
|
|
286
|
+
sha256 = "1k0311vah76kg5m6zr7wmkwyk5p2f9d9hyckjpn3xgr83ajkj7px";
|
|
287
|
+
type = "gem";
|
|
288
|
+
};
|
|
289
|
+
version = "3.17.0.5";
|
|
290
|
+
};
|
|
291
|
+
lint_roller = {
|
|
292
|
+
groups = ["default" "development"];
|
|
293
|
+
platforms = [];
|
|
294
|
+
source = {
|
|
295
|
+
remotes = ["https://rubygems.org"];
|
|
296
|
+
sha256 = "11yc0d84hsnlvx8cpk4cbj6a4dz9pk0r1k29p0n1fz9acddq831c";
|
|
297
|
+
type = "gem";
|
|
298
|
+
};
|
|
299
|
+
version = "1.1.0";
|
|
300
|
+
};
|
|
301
|
+
logger = {
|
|
302
|
+
groups = ["default" "development"];
|
|
303
|
+
platforms = [];
|
|
304
|
+
source = {
|
|
305
|
+
remotes = ["https://rubygems.org"];
|
|
306
|
+
sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr";
|
|
307
|
+
type = "gem";
|
|
308
|
+
};
|
|
309
|
+
version = "1.7.0";
|
|
310
|
+
};
|
|
311
|
+
loofah = {
|
|
312
|
+
dependencies = ["crass" "nokogiri"];
|
|
313
|
+
groups = ["default"];
|
|
314
|
+
platforms = [];
|
|
315
|
+
source = {
|
|
316
|
+
remotes = ["https://rubygems.org"];
|
|
317
|
+
sha256 = "0dx316q03x6rpdbl610rdaj2vfd5s8fanixk21j4gv3h5f230nk5";
|
|
318
|
+
type = "gem";
|
|
319
|
+
};
|
|
320
|
+
version = "2.24.1";
|
|
321
|
+
};
|
|
322
|
+
mini_portile2 = {
|
|
323
|
+
groups = ["default"];
|
|
324
|
+
platforms = [];
|
|
325
|
+
source = {
|
|
326
|
+
remotes = ["https://rubygems.org"];
|
|
327
|
+
sha256 = "12f2830x7pq3kj0v8nz0zjvaw02sv01bqs1zwdrc04704kwcgmqc";
|
|
328
|
+
type = "gem";
|
|
329
|
+
};
|
|
330
|
+
version = "2.8.9";
|
|
331
|
+
};
|
|
332
|
+
minitest = {
|
|
333
|
+
groups = ["development"];
|
|
334
|
+
platforms = [];
|
|
335
|
+
source = {
|
|
336
|
+
remotes = ["https://rubygems.org"];
|
|
337
|
+
sha256 = "0c1c9lr7h0bnf48xj5sylg2cs2awrb0hfxwimiz4yfl6kz87m0gm";
|
|
338
|
+
type = "gem";
|
|
339
|
+
};
|
|
340
|
+
version = "5.26.0";
|
|
341
|
+
};
|
|
342
|
+
nokogiri = {
|
|
343
|
+
dependencies = ["mini_portile2" "racc"];
|
|
344
|
+
groups = ["default"];
|
|
345
|
+
platforms = [];
|
|
346
|
+
source = {
|
|
347
|
+
remotes = ["https://rubygems.org"];
|
|
348
|
+
sha256 = "1hcwwr2h8jnqqxmf8mfb52b0dchr7pm064ingflb78wa00qhgk6m";
|
|
349
|
+
type = "gem";
|
|
350
|
+
};
|
|
351
|
+
version = "1.18.10";
|
|
352
|
+
};
|
|
353
|
+
parallel = {
|
|
354
|
+
groups = ["default" "development"];
|
|
355
|
+
platforms = [];
|
|
356
|
+
source = {
|
|
357
|
+
remotes = ["https://rubygems.org"];
|
|
358
|
+
sha256 = "0c719bfgcszqvk9z47w2p8j2wkz5y35k48ywwas5yxbbh3hm3haa";
|
|
359
|
+
type = "gem";
|
|
360
|
+
};
|
|
361
|
+
version = "1.27.0";
|
|
362
|
+
};
|
|
363
|
+
parser = {
|
|
364
|
+
dependencies = ["ast" "racc"];
|
|
365
|
+
groups = ["default" "development"];
|
|
366
|
+
platforms = [];
|
|
367
|
+
source = {
|
|
368
|
+
remotes = ["https://rubygems.org"];
|
|
369
|
+
sha256 = "1mmb59323ldv6vxfmy98azgsla9k3di3fasvpb28hnn5bkx8fdff";
|
|
370
|
+
type = "gem";
|
|
371
|
+
};
|
|
372
|
+
version = "3.3.10.0";
|
|
373
|
+
};
|
|
374
|
+
pp = {
|
|
375
|
+
dependencies = ["prettyprint"];
|
|
376
|
+
groups = ["default"];
|
|
377
|
+
platforms = [];
|
|
378
|
+
source = {
|
|
379
|
+
remotes = ["https://rubygems.org"];
|
|
380
|
+
sha256 = "1xlxmg86k5kifci1xvlmgw56x88dmqf04zfzn7zcr4qb8ladal99";
|
|
381
|
+
type = "gem";
|
|
382
|
+
};
|
|
383
|
+
version = "0.6.3";
|
|
384
|
+
};
|
|
385
|
+
prettyprint = {
|
|
386
|
+
groups = ["default"];
|
|
387
|
+
platforms = [];
|
|
388
|
+
source = {
|
|
389
|
+
remotes = ["https://rubygems.org"];
|
|
390
|
+
sha256 = "14zicq3plqi217w6xahv7b8f7aj5kpxv1j1w98344ix9h5ay3j9b";
|
|
391
|
+
type = "gem";
|
|
392
|
+
};
|
|
393
|
+
version = "0.2.0";
|
|
394
|
+
};
|
|
395
|
+
prism = {
|
|
396
|
+
groups = ["default" "development"];
|
|
397
|
+
platforms = [];
|
|
398
|
+
source = {
|
|
399
|
+
remotes = ["https://rubygems.org"];
|
|
400
|
+
sha256 = "0sqwckzzpj1mmmjnqcvqmq6adlxbhkf5ij3b6ir4i33ih4d2ih5z";
|
|
401
|
+
type = "gem";
|
|
402
|
+
};
|
|
403
|
+
version = "1.6.0";
|
|
404
|
+
};
|
|
405
|
+
psych = {
|
|
406
|
+
dependencies = ["date" "stringio"];
|
|
407
|
+
groups = ["default"];
|
|
408
|
+
platforms = [];
|
|
409
|
+
source = {
|
|
410
|
+
remotes = ["https://rubygems.org"];
|
|
411
|
+
sha256 = "0vii1xc7x81hicdbp7dlllhmbw5w3jy20shj696n0vfbbnm2hhw1";
|
|
412
|
+
type = "gem";
|
|
413
|
+
};
|
|
414
|
+
version = "5.2.6";
|
|
415
|
+
};
|
|
416
|
+
racc = {
|
|
417
|
+
groups = ["default" "development"];
|
|
418
|
+
platforms = [];
|
|
419
|
+
source = {
|
|
420
|
+
remotes = ["https://rubygems.org"];
|
|
421
|
+
sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa";
|
|
422
|
+
type = "gem";
|
|
423
|
+
};
|
|
424
|
+
version = "1.8.1";
|
|
425
|
+
};
|
|
426
|
+
rack = {
|
|
427
|
+
groups = ["default"];
|
|
428
|
+
platforms = [];
|
|
429
|
+
source = {
|
|
430
|
+
remotes = ["https://rubygems.org"];
|
|
431
|
+
sha256 = "0h9xr8ivrfr0i5f2n7czg74r3ri1pba8wb84bzr78iaqlqykg6i3";
|
|
432
|
+
type = "gem";
|
|
433
|
+
};
|
|
434
|
+
version = "3.2.3";
|
|
435
|
+
};
|
|
436
|
+
rack-session = {
|
|
437
|
+
dependencies = ["base64" "rack"];
|
|
438
|
+
groups = ["default"];
|
|
439
|
+
platforms = [];
|
|
440
|
+
source = {
|
|
441
|
+
remotes = ["https://rubygems.org"];
|
|
442
|
+
sha256 = "1sg4laz2qmllxh1c5sqlj9n1r7scdn08p3m4b0zmhjvyx9yw0v8b";
|
|
443
|
+
type = "gem";
|
|
444
|
+
};
|
|
445
|
+
version = "2.1.1";
|
|
446
|
+
};
|
|
447
|
+
rack-test = {
|
|
448
|
+
dependencies = ["rack"];
|
|
449
|
+
groups = ["default"];
|
|
450
|
+
platforms = [];
|
|
451
|
+
source = {
|
|
452
|
+
remotes = ["https://rubygems.org"];
|
|
453
|
+
sha256 = "0qy4ylhcfdn65a5mz2hly7g9vl0g13p5a0rmm6sc0sih5ilkcnh0";
|
|
454
|
+
type = "gem";
|
|
455
|
+
};
|
|
456
|
+
version = "2.2.0";
|
|
457
|
+
};
|
|
458
|
+
rackup = {
|
|
459
|
+
dependencies = ["rack"];
|
|
460
|
+
groups = ["default"];
|
|
461
|
+
platforms = [];
|
|
462
|
+
source = {
|
|
463
|
+
remotes = ["https://rubygems.org"];
|
|
464
|
+
sha256 = "13brkq5xkj6lcdxj3f0k7v28hgrqhqxjlhd4y2vlicy5slgijdzp";
|
|
465
|
+
type = "gem";
|
|
466
|
+
};
|
|
467
|
+
version = "2.2.1";
|
|
468
|
+
};
|
|
469
|
+
rails-dom-testing = {
|
|
470
|
+
dependencies = ["activesupport" "minitest" "nokogiri"];
|
|
471
|
+
groups = ["default"];
|
|
472
|
+
platforms = [];
|
|
473
|
+
source = {
|
|
474
|
+
remotes = ["https://rubygems.org"];
|
|
475
|
+
sha256 = "07awj8bp7jib54d0khqw391ryw8nphvqgw4bb12cl4drlx9pkk4a";
|
|
476
|
+
type = "gem";
|
|
477
|
+
};
|
|
478
|
+
version = "2.3.0";
|
|
479
|
+
};
|
|
480
|
+
rails-html-sanitizer = {
|
|
481
|
+
dependencies = ["loofah" "nokogiri"];
|
|
482
|
+
groups = ["default"];
|
|
483
|
+
platforms = [];
|
|
484
|
+
source = {
|
|
485
|
+
remotes = ["https://rubygems.org"];
|
|
486
|
+
sha256 = "0q55i6mpad20m2x1lg5pkqfpbmmapk0sjsrvr1sqgnj2hb5f5z1m";
|
|
487
|
+
type = "gem";
|
|
488
|
+
};
|
|
489
|
+
version = "1.6.2";
|
|
490
|
+
};
|
|
491
|
+
railties = {
|
|
492
|
+
dependencies = ["actionpack" "activesupport" "irb" "rackup" "rake" "thor" "tsort" "zeitwerk"];
|
|
493
|
+
groups = ["default"];
|
|
494
|
+
platforms = [];
|
|
495
|
+
source = {
|
|
496
|
+
remotes = ["https://rubygems.org"];
|
|
497
|
+
sha256 = "0s5qzh7bkvmwy7ndkv8ypg9lfp0wzx1s8zv9yqds9gj7n4w7037v";
|
|
498
|
+
type = "gem";
|
|
499
|
+
};
|
|
500
|
+
version = "8.1.1";
|
|
501
|
+
};
|
|
502
|
+
rainbow = {
|
|
503
|
+
groups = ["default" "development"];
|
|
504
|
+
platforms = [];
|
|
505
|
+
source = {
|
|
506
|
+
remotes = ["https://rubygems.org"];
|
|
507
|
+
sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503";
|
|
508
|
+
type = "gem";
|
|
509
|
+
};
|
|
510
|
+
version = "3.1.1";
|
|
511
|
+
};
|
|
512
|
+
rake = {
|
|
513
|
+
groups = ["development"];
|
|
514
|
+
platforms = [];
|
|
515
|
+
source = {
|
|
516
|
+
remotes = ["https://rubygems.org"];
|
|
517
|
+
sha256 = "175iisqb211n0qbfyqd8jz2g01q6xj038zjf4q0nm8k6kz88k7lc";
|
|
518
|
+
type = "gem";
|
|
519
|
+
};
|
|
520
|
+
version = "13.3.1";
|
|
521
|
+
};
|
|
522
|
+
rdoc = {
|
|
523
|
+
dependencies = ["erb" "psych" "tsort"];
|
|
524
|
+
groups = ["default"];
|
|
525
|
+
platforms = [];
|
|
526
|
+
source = {
|
|
527
|
+
remotes = ["https://rubygems.org"];
|
|
528
|
+
sha256 = "06j83bdhsmq10083ahz3h125pnycx965cfpmg606l8lbrmrsrgr8";
|
|
529
|
+
type = "gem";
|
|
530
|
+
};
|
|
531
|
+
version = "6.15.1";
|
|
532
|
+
};
|
|
533
|
+
reek = {
|
|
534
|
+
dependencies = ["dry-schema" "logger" "parser" "rainbow" "rexml"];
|
|
535
|
+
groups = ["development"];
|
|
536
|
+
platforms = [];
|
|
537
|
+
source = {
|
|
538
|
+
remotes = ["https://rubygems.org"];
|
|
539
|
+
sha256 = "1qcvqv245bny9kbdn5sajl3sqczy3ai6g048531bpckk4x4klvfj";
|
|
540
|
+
type = "gem";
|
|
541
|
+
};
|
|
542
|
+
version = "6.5.0";
|
|
543
|
+
};
|
|
544
|
+
regexp_parser = {
|
|
545
|
+
groups = ["default" "development"];
|
|
546
|
+
platforms = [];
|
|
547
|
+
source = {
|
|
548
|
+
remotes = ["https://rubygems.org"];
|
|
549
|
+
sha256 = "192mzi0wgwl024pwpbfa6c2a2xlvbh3mjd75a0sakdvkl60z64ya";
|
|
550
|
+
type = "gem";
|
|
551
|
+
};
|
|
552
|
+
version = "2.11.3";
|
|
553
|
+
};
|
|
554
|
+
reline = {
|
|
555
|
+
dependencies = ["io-console"];
|
|
556
|
+
groups = ["default"];
|
|
557
|
+
platforms = [];
|
|
558
|
+
source = {
|
|
559
|
+
remotes = ["https://rubygems.org"];
|
|
560
|
+
sha256 = "0ii8l0q5zkang3lxqlsamzfz5ja7jc8ln905isfdawl802k2db8x";
|
|
561
|
+
type = "gem";
|
|
562
|
+
};
|
|
563
|
+
version = "0.6.2";
|
|
564
|
+
};
|
|
565
|
+
rexml = {
|
|
566
|
+
groups = ["default" "development"];
|
|
567
|
+
platforms = [];
|
|
568
|
+
source = {
|
|
569
|
+
remotes = ["https://rubygems.org"];
|
|
570
|
+
sha256 = "0hninnbvqd2pn40h863lbrn9p11gvdxp928izkag5ysx8b1s5q0r";
|
|
571
|
+
type = "gem";
|
|
572
|
+
};
|
|
573
|
+
version = "3.4.4";
|
|
574
|
+
};
|
|
575
|
+
rubocop = {
|
|
576
|
+
dependencies = ["json" "language_server-protocol" "lint_roller" "parallel" "parser" "rainbow" "regexp_parser" "rubocop-ast" "ruby-progressbar" "unicode-display_width"];
|
|
577
|
+
groups = ["development"];
|
|
578
|
+
platforms = [];
|
|
579
|
+
source = {
|
|
580
|
+
remotes = ["https://rubygems.org"];
|
|
581
|
+
sha256 = "157hg99cq6ys670sw8xbggnvxc9yl50h1zhllki925kkihlwrdbg";
|
|
582
|
+
type = "gem";
|
|
583
|
+
};
|
|
584
|
+
version = "1.81.7";
|
|
585
|
+
};
|
|
586
|
+
rubocop-ast = {
|
|
587
|
+
dependencies = ["parser" "prism"];
|
|
588
|
+
groups = ["default" "development"];
|
|
589
|
+
platforms = [];
|
|
590
|
+
source = {
|
|
591
|
+
remotes = ["https://rubygems.org"];
|
|
592
|
+
sha256 = "1bh1kls2cs2j3cmj6f2j2zmfqfknj2a6i441d828nh2mg00q49jr";
|
|
593
|
+
type = "gem";
|
|
594
|
+
};
|
|
595
|
+
version = "1.47.1";
|
|
596
|
+
};
|
|
597
|
+
ruby-progressbar = {
|
|
598
|
+
groups = ["default" "development"];
|
|
599
|
+
platforms = [];
|
|
600
|
+
source = {
|
|
601
|
+
remotes = ["https://rubygems.org"];
|
|
602
|
+
sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40";
|
|
603
|
+
type = "gem";
|
|
604
|
+
};
|
|
605
|
+
version = "1.13.0";
|
|
606
|
+
};
|
|
607
|
+
securerandom = {
|
|
608
|
+
groups = ["default"];
|
|
609
|
+
platforms = [];
|
|
610
|
+
source = {
|
|
611
|
+
remotes = ["https://rubygems.org"];
|
|
612
|
+
sha256 = "1cd0iriqfsf1z91qg271sm88xjnfd92b832z49p1nd542ka96lfc";
|
|
613
|
+
type = "gem";
|
|
614
|
+
};
|
|
615
|
+
version = "0.4.1";
|
|
616
|
+
};
|
|
617
|
+
stringio = {
|
|
618
|
+
groups = ["default"];
|
|
619
|
+
platforms = [];
|
|
620
|
+
source = {
|
|
621
|
+
remotes = ["https://rubygems.org"];
|
|
622
|
+
sha256 = "1yh78pg6lm28c3k0pfd2ipskii1fsraq46m6zjs5yc9a4k5vfy2v";
|
|
623
|
+
type = "gem";
|
|
624
|
+
};
|
|
625
|
+
version = "3.1.7";
|
|
626
|
+
};
|
|
627
|
+
thor = {
|
|
628
|
+
groups = ["default"];
|
|
629
|
+
platforms = [];
|
|
630
|
+
source = {
|
|
631
|
+
remotes = ["https://rubygems.org"];
|
|
632
|
+
sha256 = "0gcarlmpfbmqnjvwfz44gdjhcmm634di7plcx2zdgwdhrhifhqw7";
|
|
633
|
+
type = "gem";
|
|
634
|
+
};
|
|
635
|
+
version = "1.4.0";
|
|
636
|
+
};
|
|
637
|
+
tsort = {
|
|
638
|
+
groups = ["default"];
|
|
639
|
+
platforms = [];
|
|
640
|
+
source = {
|
|
641
|
+
remotes = ["https://rubygems.org"];
|
|
642
|
+
sha256 = "17q8h020dw73wjmql50lqw5ddsngg67jfw8ncjv476l5ys9sfl4n";
|
|
643
|
+
type = "gem";
|
|
644
|
+
};
|
|
645
|
+
version = "0.2.0";
|
|
646
|
+
};
|
|
647
|
+
tzinfo = {
|
|
648
|
+
dependencies = ["concurrent-ruby"];
|
|
649
|
+
groups = ["default"];
|
|
650
|
+
platforms = [];
|
|
651
|
+
source = {
|
|
652
|
+
remotes = ["https://rubygems.org"];
|
|
653
|
+
sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
|
|
654
|
+
type = "gem";
|
|
655
|
+
};
|
|
656
|
+
version = "2.0.6";
|
|
657
|
+
};
|
|
658
|
+
unicode-display_width = {
|
|
659
|
+
dependencies = ["unicode-emoji"];
|
|
660
|
+
groups = ["default" "development"];
|
|
661
|
+
platforms = [];
|
|
662
|
+
source = {
|
|
663
|
+
remotes = ["https://rubygems.org"];
|
|
664
|
+
sha256 = "0hiwhnqpq271xqari6mg996fgjps42sffm9cpk6ljn8sd2srdp8c";
|
|
665
|
+
type = "gem";
|
|
666
|
+
};
|
|
667
|
+
version = "3.2.0";
|
|
668
|
+
};
|
|
669
|
+
unicode-emoji = {
|
|
670
|
+
groups = ["default" "development"];
|
|
671
|
+
platforms = [];
|
|
672
|
+
source = {
|
|
673
|
+
remotes = ["https://rubygems.org"];
|
|
674
|
+
sha256 = "1995yfjbvjlwrslq48gzzc9j0blkdzlbda9h90pjbm0yvzax55s9";
|
|
675
|
+
type = "gem";
|
|
676
|
+
};
|
|
677
|
+
version = "4.1.0";
|
|
678
|
+
};
|
|
679
|
+
uri = {
|
|
680
|
+
groups = ["default"];
|
|
681
|
+
platforms = [];
|
|
682
|
+
source = {
|
|
683
|
+
remotes = ["https://rubygems.org"];
|
|
684
|
+
sha256 = "09g6p7r8kl6ybhgm7xnpq1kcirw8z0bza5ihrjify979q5hj0fp2";
|
|
685
|
+
type = "gem";
|
|
686
|
+
};
|
|
687
|
+
version = "1.1.0";
|
|
688
|
+
};
|
|
689
|
+
useragent = {
|
|
690
|
+
groups = ["default"];
|
|
691
|
+
platforms = [];
|
|
692
|
+
source = {
|
|
693
|
+
remotes = ["https://rubygems.org"];
|
|
694
|
+
sha256 = "0i1q2xdjam4d7gwwc35lfnz0wyyzvnca0zslcfxm9fabml9n83kh";
|
|
695
|
+
type = "gem";
|
|
696
|
+
};
|
|
697
|
+
version = "0.16.11";
|
|
698
|
+
};
|
|
699
|
+
zeitwerk = {
|
|
700
|
+
groups = ["default" "development"];
|
|
701
|
+
platforms = [];
|
|
702
|
+
source = {
|
|
703
|
+
remotes = ["https://rubygems.org"];
|
|
704
|
+
sha256 = "119ypabas886gd0n9kiid3q41w76gz60s8qmiak6pljpkd56ps5j";
|
|
705
|
+
type = "gem";
|
|
706
|
+
};
|
|
707
|
+
version = "2.7.3";
|
|
708
|
+
};
|
|
709
|
+
}
|