Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / tools / cucumber / gemset.nix
blob16d750887a3e2633ab6b28c1a1259e9f39613316
2   builder = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr";
8       type = "gem";
9     };
10     version = "3.2.4";
11   };
12   cucumber = {
13     dependencies = ["builder" "cucumber-ci-environment" "cucumber-core" "cucumber-cucumber-expressions" "cucumber-gherkin" "cucumber-html-formatter" "cucumber-messages" "diff-lcs" "mini_mime" "multi_test" "sys-uname"];
14     groups = ["default"];
15     platforms = [];
16     source = {
17       remotes = ["https://rubygems.org"];
18       sha256 = "0hwbq5sn4hsd922j1p3a4p2404306yczgx2vqggvr20q01fzx55h";
19       type = "gem";
20     };
21     version = "9.0.2";
22   };
23   cucumber-ci-environment = {
24     groups = ["default"];
25     platforms = [];
26     source = {
27       remotes = ["https://rubygems.org"];
28       sha256 = "0a11b6w6khjb7rw7ksxdw4bprmg9gfc8xdrsbgv8767ri891s4lq";
29       type = "gem";
30     };
31     version = "9.2.0";
32   };
33   cucumber-core = {
34     dependencies = ["cucumber-gherkin" "cucumber-messages" "cucumber-tag-expressions"];
35     groups = ["default"];
36     platforms = [];
37     source = {
38       remotes = ["https://rubygems.org"];
39       sha256 = "02mrykswrxziy08fc9fjvg3l2aa6jfji2012wzh7pyamhm8pcnjb";
40       type = "gem";
41     };
42     version = "11.1.0";
43   };
44   cucumber-cucumber-expressions = {
45     groups = ["default"];
46     platforms = [];
47     source = {
48       remotes = ["https://rubygems.org"];
49       sha256 = "0s8bazf8bwlm0zar2316p4xxmpy44wyjnw2z6bj7zc5nl8nmyvym";
50       type = "gem";
51     };
52     version = "16.1.2";
53   };
54   cucumber-gherkin = {
55     dependencies = ["cucumber-messages"];
56     groups = ["default"];
57     platforms = [];
58     source = {
59       remotes = ["https://rubygems.org"];
60       sha256 = "0in9cn9pza3vylc1mlpc3ivri493ikq7f9pnsjkfr6ahagacnh4i";
61       type = "gem";
62     };
63     version = "26.2.0";
64   };
65   cucumber-html-formatter = {
66     dependencies = ["cucumber-messages"];
67     groups = ["default"];
68     platforms = [];
69     source = {
70       remotes = ["https://rubygems.org"];
71       sha256 = "1al5cafzbiqd7fhwyvs0xcpjszav0q5816x9r02v3hzri10wvp5s";
72       type = "gem";
73     };
74     version = "20.4.0";
75   };
76   cucumber-messages = {
77     groups = ["default"];
78     platforms = [];
79     source = {
80       remotes = ["https://rubygems.org"];
81       sha256 = "0482a63y7my0arn2bv208g401dq8525f0gwhnwaa11mhv6ph0q5i";
82       type = "gem";
83     };
84     version = "21.0.1";
85   };
86   cucumber-tag-expressions = {
87     groups = ["default"];
88     platforms = [];
89     source = {
90       remotes = ["https://rubygems.org"];
91       sha256 = "0v1ssg4chkahck1ddl2j1hcifm0vlcn9sb104ywshw5gyv59s9qd";
92       type = "gem";
93     };
94     version = "4.1.0";
95   };
96   diff-lcs = {
97     groups = ["default"];
98     platforms = [];
99     source = {
100       remotes = ["https://rubygems.org"];
101       sha256 = "0rwvjahnp7cpmracd8x732rjgnilqv2sx7d1gfrysslc3h039fa9";
102       type = "gem";
103     };
104     version = "1.5.0";
105   };
106   ffi = {
107     groups = ["default"];
108     platforms = [];
109     source = {
110       remotes = ["https://rubygems.org"];
111       sha256 = "1yvii03hcgqj30maavddqamqy50h7y6xcn2wcyq72wn823zl4ckd";
112       type = "gem";
113     };
114     version = "1.16.3";
115   };
116   mini_mime = {
117     groups = ["default"];
118     platforms = [];
119     source = {
120       remotes = ["https://rubygems.org"];
121       sha256 = "1vycif7pjzkr29mfk4dlqv3disc5dn0va04lkwajlpr1wkibg0c6";
122       type = "gem";
123     };
124     version = "1.1.5";
125   };
126   multi_test = {
127     groups = ["default"];
128     platforms = [];
129     source = {
130       remotes = ["https://rubygems.org"];
131       sha256 = "042d6a1416h3di57z107ygmjdgacrpyswi73ryz75yv3v36m1rg9";
132       type = "gem";
133     };
134     version = "1.1.0";
135   };
136   sys-uname = {
137     dependencies = ["ffi"];
138     groups = ["default"];
139     platforms = [];
140     source = {
141       remotes = ["https://rubygems.org"];
142       sha256 = "03j9qpqip89a0vk6s0gvhxzhbvafjcj5rss7i3jwha0831aivib3";
143       type = "gem";
144     };
145     version = "1.2.3";
146   };