biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / tools / misc / docker-sync / gemset.nix
blobaef4d9928ab1cd73fc399ab1c7522b75942c0dd6
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 = ["daemons" "docker-compose" "dotenv" "gem_update_checker" "os" "terminal-notifier" "thor"];
29     source = {
30       remotes = ["https://rubygems.org"];
31       sha256 = "1vrlcggj7k8w30b76f23p64yx4wg7p7mq9lp6lsnh2ysq9n3cjqg";
32       type = "gem";
33     };
34     version = "0.5.9";
35   };
36   dotenv = {
37     source = {
38       remotes = ["https://rubygems.org"];
39       sha256 = "0rgl2kqhnxqbjvi9brbvb52iaq1z8yi0pl0bawk4fm6kl9igxr8f";
40       type = "gem";
41     };
42     version = "2.6.0";
43   };
44   gem_update_checker = {
45     source = {
46       remotes = ["https://rubygems.org"];
47       sha256 = "0ckbz4q3q59kkv138n0cmsyida0wg45pwscxzf5vshxcrxhmq3x7";
48       type = "gem";
49     };
50     version = "0.2.0";
51   };
52   os = {
53     source = {
54       remotes = ["https://rubygems.org"];
55       sha256 = "1s401gvhqgs2r8hh43ia205mxsy1wc0ib4k76wzkdpspfcnfr1rk";
56       type = "gem";
57     };
58     version = "1.0.0";
59   };
60   terminal-notifier = {
61     source = {
62       remotes = ["https://rubygems.org"];
63       sha256 = "1slc0y8pjpw30hy21v8ypafi8r7z9jlj4bjbgz03b65b28i2n3bs";
64       type = "gem";
65     };
66     version = "2.0.0";
67   };
68   thor = {
69     source = {
70       remotes = ["https://rubygems.org"];
71       sha256 = "1yhrnp9x8qcy5vc7g438amd5j9sw83ih7c30dr6g6slgw9zj3g29";
72       type = "gem";
73     };
74     version = "0.20.3";
75   };