biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / misc / doing / gemset.nix
blob1e39123a83badd0430438dd1144769ac8dcefaf0
2   chronic = {
3     source = {
4       remotes = ["https://rubygems.org"];
5       sha256 = "1hrdkn4g8x7dlzxwb1rfgr8kw3bp4ywg5l4y4i9c2g5cwv62yvvn";
6       type = "gem";
7     };
8     version = "0.10.2";
9   };
10   deep_merge = {
11     source = {
12       remotes = ["https://rubygems.org"];
13       sha256 = "1q3picw7zx1xdkybmrnhmk2hycxzaa0jv4gqrby1s90dy5n7fmsb";
14       type = "gem";
15     };
16     version = "1.2.1";
17   };
18   doing = {
19     dependencies = ["chronic" "deep_merge" "gli" "haml" "json"];
20     source = {
21       remotes = ["https://rubygems.org"];
22       sha256 = "1y42yc7h45sz9hqj3g1dd77ipx58l7v64i7mrsj3is2f5rszd1rv";
23       type = "gem";
24     };
25     version = "1.0.10pre";
26   };
27   gli = {
28     source = {
29       remotes = ["https://rubygems.org"];
30       sha256 = "0g7g3lxhh2b4h4im58zywj9vcfixfgndfsvp84cr3x67b5zm4kaq";
31       type = "gem";
32     };
33     version = "2.17.1";
34   };
35   haml = {
36     dependencies = ["tilt"];
37     source = {
38       remotes = ["https://rubygems.org"];
39       sha256 = "1l9zhfdk9z7xjfdp108r9fw4xa55hflin7hh3lpafbf9bdz96knr";
40       type = "gem";
41     };
42     version = "4.0.3";
43   };
44   json = {
45     source = {
46       remotes = ["https://rubygems.org"];
47       sha256 = "0qmj7fypgb9vag723w1a49qihxrcf5shzars106ynw2zk352gbv5";
48       type = "gem";
49     };
50     version = "1.8.6";
51   };
52   tilt = {
53     source = {
54       remotes = ["https://rubygems.org"];
55       sha256 = "0020mrgdf11q23hm1ddd6fv691l51vi10af00f137ilcdb2ycfra";
56       type = "gem";
57     };
58     version = "2.0.8";
59   };