1{
2 backticks = {
3 source = {
4 remotes = [ "https://rubygems.org" ];
5 sha256 = "1vr28l9vckavnrb9pnqrhcmnk3wsvvpas8jjh165w2rzv3sdkws5";
6 type = "gem";
7 };
8 version = "1.0.2";
9 };
10 daemons = {
11 source = {
12 remotes = [ "https://rubygems.org" ];
13 sha256 = "0l5gai3vd4g7aqff0k1mp41j9zcsvm2rbwmqn115a325k9r7pf4w";
14 type = "gem";
15 };
16 version = "1.3.1";
17 };
18 docker-compose = {
19 dependencies = [ "backticks" ];
20 source = {
21 remotes = [ "https://rubygems.org" ];
22 sha256 = "00v3y182rmpq34dl91iprvhc50vw8hysy2h7iy3ihmmm9pgg71gc";
23 type = "gem";
24 };
25 version = "1.1.10";
26 };
27 docker-sync = {
28 dependencies = [
29 "daemons"
30 "docker-compose"
31 "dotenv"
32 "gem_update_checker"
33 "os"
34 "terminal-notifier"
35 "thor"
36 ];
37 source = {
38 remotes = [ "https://rubygems.org" ];
39 sha256 = "1vrlcggj7k8w30b76f23p64yx4wg7p7mq9lp6lsnh2ysq9n3cjqg";
40 type = "gem";
41 };
42 version = "0.5.9";
43 };
44 dotenv = {
45 source = {
46 remotes = [ "https://rubygems.org" ];
47 sha256 = "0rgl2kqhnxqbjvi9brbvb52iaq1z8yi0pl0bawk4fm6kl9igxr8f";
48 type = "gem";
49 };
50 version = "2.6.0";
51 };
52 gem_update_checker = {
53 source = {
54 remotes = [ "https://rubygems.org" ];
55 sha256 = "0ckbz4q3q59kkv138n0cmsyida0wg45pwscxzf5vshxcrxhmq3x7";
56 type = "gem";
57 };
58 version = "0.2.0";
59 };
60 os = {
61 source = {
62 remotes = [ "https://rubygems.org" ];
63 sha256 = "1s401gvhqgs2r8hh43ia205mxsy1wc0ib4k76wzkdpspfcnfr1rk";
64 type = "gem";
65 };
66 version = "1.0.0";
67 };
68 terminal-notifier = {
69 source = {
70 remotes = [ "https://rubygems.org" ];
71 sha256 = "1slc0y8pjpw30hy21v8ypafi8r7z9jlj4bjbgz03b65b28i2n3bs";
72 type = "gem";
73 };
74 version = "2.0.0";
75 };
76 thor = {
77 source = {
78 remotes = [ "https://rubygems.org" ];
79 sha256 = "1yhrnp9x8qcy5vc7g438amd5j9sw83ih7c30dr6g6slgw9zj3g29";
80 type = "gem";
81 };
82 version = "0.20.3";
83 };
84}