1{
2 parallel = {
3 groups = ["default"];
4 platforms = [];
5 source = {
6 remotes = ["https://rubygems.org"];
7 sha256 = "1hkfpm78c2vs1qblnva3k1grijvxh87iixcnyd83s3lxrxsjvag4";
8 type = "gem";
9 };
10 version = "1.21.0";
11 };
12 pg = {
13 groups = ["default"];
14 platforms = [];
15 source = {
16 remotes = ["https://rubygems.org"];
17 sha256 = "13mfrysrdrh8cka1d96zm0lnfs59i5x2g6ps49r2kz5p3q81xrzj";
18 type = "gem";
19 };
20 version = "1.2.3";
21 };
22 pgsync = {
23 dependencies = ["parallel" "pg" "slop" "tty-spinner"];
24 groups = ["default"];
25 platforms = [];
26 source = {
27 remotes = ["https://rubygems.org"];
28 sha256 = "1rsm1irmz97v1kxhnq4lbwwiapqa2zkx0n0xlcf68ca8sfcfql1z";
29 type = "gem";
30 };
31 version = "0.6.8";
32 };
33 slop = {
34 groups = ["default"];
35 platforms = [];
36 source = {
37 remotes = ["https://rubygems.org"];
38 sha256 = "067bvjmjdjs19bvy138hkqqvw8li3732radcd4x5f5dbf30yk3a9";
39 type = "gem";
40 };
41 version = "4.9.1";
42 };
43 tty-cursor = {
44 groups = ["default"];
45 platforms = [];
46 source = {
47 remotes = ["https://rubygems.org"];
48 sha256 = "0j5zw041jgkmn605ya1zc151bxgxl6v192v2i26qhxx7ws2l2lvr";
49 type = "gem";
50 };
51 version = "0.7.1";
52 };
53 tty-spinner = {
54 dependencies = ["tty-cursor"];
55 groups = ["default"];
56 platforms = [];
57 source = {
58 remotes = ["https://rubygems.org"];
59 sha256 = "0hh5awmijnzw9flmh5ak610x1d00xiqagxa5mbr63ysggc26y0qf";
60 type = "gem";
61 };
62 version = "0.9.3";
63 };
64}