Merge pull request #307098 from r-ryantm/auto-update/cilium-cli
[NixPkgs.git] / pkgs / development / web / shopify-cli / gemset.nix
blob3bc3e2edef4b576d57dc083b9aaf319740d86274
2   ast = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y";
8       type = "gem";
9     };
10     version = "2.4.2";
11   };
12   bugsnag = {
13     dependencies = ["concurrent-ruby"];
14     groups = ["default"];
15     platforms = [];
16     source = {
17       remotes = ["https://rubygems.org"];
18       sha256 = "108q00vcx3vkr85mpayns3ini6ids807bmhl8nfham9900ric27y";
19       type = "gem";
20     };
21     version = "6.25.1";
22   };
23   concurrent-ruby = {
24     groups = ["default"];
25     platforms = [];
26     source = {
27       remotes = ["https://rubygems.org"];
28       sha256 = "0s4fpn3mqiizpmpy2a24k4v365pv75y50292r8ajrv4i1p5b2k14";
29       type = "gem";
30     };
31     version = "1.1.10";
32   };
33   ffi = {
34     groups = ["default"];
35     platforms = [];
36     source = {
37       remotes = ["https://rubygems.org"];
38       sha256 = "1862ydmclzy1a0cjbvm8dz7847d9rch495ib0zb64y84d3xd4bkg";
39       type = "gem";
40     };
41     version = "1.15.5";
42   };
43   liquid = {
44     groups = ["default"];
45     platforms = [];
46     source = {
47       remotes = ["https://rubygems.org"];
48       sha256 = "0h0d0ghdf01lkv4x0mzp6zdkrnj7gsfq3widkhyni26bf6648qp3";
49       type = "gem";
50     };
51     version = "5.4.0";
52   };
53   listen = {
54     dependencies = ["rb-fsevent" "rb-inotify"];
55     groups = ["default"];
56     platforms = [];
57     source = {
58       remotes = ["https://rubygems.org"];
59       sha256 = "0agybr37wpjv3xy4ipcmsvsibgdgphzrwbvcj4vfiykpmakwm01v";
60       type = "gem";
61     };
62     version = "3.7.1";
63   };
64   mini_portile2 = {
65     groups = ["default"];
66     platforms = [];
67     source = {
68       remotes = ["https://rubygems.org"];
69       sha256 = "1af4yarhbbx62f7qsmgg5fynrik0s36wjy3difkawy536xg343mp";
70       type = "gem";
71     };
72     version = "2.8.1";
73   };
74   nokogiri = {
75     dependencies = ["mini_portile2" "racc"];
76     groups = ["default"];
77     platforms = [];
78     source = {
79       remotes = ["https://rubygems.org"];
80       sha256 = "1fqld4wnamj7awdr1lwdifpylqdrrg5adm8xj2jl9sc5ms3nxjjm";
81       type = "gem";
82     };
83     version = "1.14.0";
84   };
85   parser = {
86     dependencies = ["ast"];
87     groups = ["default"];
88     platforms = [];
89     source = {
90       remotes = ["https://rubygems.org"];
91       sha256 = "0zk8mdyr0322r11d63rcp5jhz4lakxilhvyvdv0ql5dw4lb83623";
92       type = "gem";
93     };
94     version = "3.2.0.0";
95   };
96   racc = {
97     groups = ["default"];
98     platforms = [];
99     source = {
100       remotes = ["https://rubygems.org"];
101       sha256 = "09jgz6r0f7v84a7jz9an85q8vvmp743dqcsdm3z9c8rqcqv6pljq";
102       type = "gem";
103     };
104     version = "1.6.2";
105   };
106   rb-fsevent = {
107     groups = ["default"];
108     platforms = [];
109     source = {
110       remotes = ["https://rubygems.org"];
111       sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423";
112       type = "gem";
113     };
114     version = "0.11.2";
115   };
116   rb-inotify = {
117     dependencies = ["ffi"];
118     groups = ["default"];
119     platforms = [];
120     source = {
121       remotes = ["https://rubygems.org"];
122       sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005";
123       type = "gem";
124     };
125     version = "0.10.1";
126   };
127   shopify-cli = {
128     dependencies = ["bugsnag" "listen" "theme-check"];
129     groups = ["default"];
130     platforms = [];
131     source = {
132       remotes = ["https://rubygems.org"];
133       sha256 = "0zzg2vv58s7ylbk35vfb3gj9q6wr59m18gb8sw9f2rnsgsmkivbr";
134       type = "gem";
135     };
136     version = "2.34.0";
137   };
138   theme-check = {
139     dependencies = ["liquid" "nokogiri" "parser"];
140     groups = ["default"];
141     platforms = [];
142     source = {
143       remotes = ["https://rubygems.org"];
144       sha256 = "1w5mmxnyc0h612c04x6h3xb8jjcq5l6mh2vql4138h2r2z98vdwq";
145       type = "gem";
146     };
147     version = "1.14.0";
148   };