biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / editors / jupyter-kernels / iruby / gemset.nix
blob314b78be4bd14a1adea7c153a839c9990dc14afa
2   data_uri = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "0fzkxgdxrlbfl4537y3n9mjxbm28kir639gcw3x47ffchwsgdcky";
8       type = "gem";
9     };
10     version = "0.1.0";
11   };
12   ffi = {
13     groups = ["default"];
14     platforms = [];
15     source = {
16       remotes = ["https://rubygems.org"];
17       sha256 = "1862ydmclzy1a0cjbvm8dz7847d9rch495ib0zb64y84d3xd4bkg";
18       type = "gem";
19     };
20     version = "1.15.5";
21   };
22   ffi-rzmq = {
23     dependencies = ["ffi-rzmq-core"];
24     groups = ["default"];
25     platforms = [];
26     source = {
27       remotes = ["https://rubygems.org"];
28       sha256 = "14a5kxfnf8l3ngyk8hgmk30z07aj1324ll8i48z67ps6pz2kpsrg";
29       type = "gem";
30     };
31     version = "2.0.7";
32   };
33   ffi-rzmq-core = {
34     dependencies = ["ffi"];
35     groups = ["default"];
36     platforms = [];
37     source = {
38       remotes = ["https://rubygems.org"];
39       sha256 = "0amkbvljpjfnv0jpdmz71p1i3mqbhyrnhamjn566w0c01xd64hb5";
40       type = "gem";
41     };
42     version = "1.0.7";
43   };
44   io-console = {
45     groups = ["default"];
46     platforms = [];
47     source = {
48       remotes = ["https://rubygems.org"];
49       sha256 = "0dikardh14c72gd9ypwh8dim41wvqmzfzf35mincaj5yals9m7ff";
50       type = "gem";
51     };
52     version = "0.6.0";
53   };
54   irb = {
55     dependencies = ["reline"];
56     groups = ["default"];
57     platforms = [];
58     source = {
59       remotes = ["https://rubygems.org"];
60       sha256 = "158ca10kj3qqnql5g8f1g2arsnhgdl79mg74manpf8ldkwjjn3n8";
61       type = "gem";
62     };
63     version = "1.7.4";
64   };
65   iruby = {
66     dependencies = ["data_uri" "ffi-rzmq" "irb" "mime-types" "multi_json" "native-package-installer"];
67     groups = ["default"];
68     platforms = [];
69     source = {
70       remotes = ["https://rubygems.org"];
71       sha256 = "0856ncjk7akm55gxcnhfmv426xsl4ryywdxrqbwgphwpqwm9w8fc";
72       type = "gem";
73     };
74     version = "0.7.4";
75   };
76   mime-types = {
77     dependencies = ["mime-types-data"];
78     groups = ["default"];
79     platforms = [];
80     source = {
81       remotes = ["https://rubygems.org"];
82       sha256 = "0q8d881k1b3rbsfcdi3fx0b5vpdr5wcrhn88r2d9j7zjdkxp5mw5";
83       type = "gem";
84     };
85     version = "3.5.1";
86   };
87   mime-types-data = {
88     groups = ["default"];
89     platforms = [];
90     source = {
91       remotes = ["https://rubygems.org"];
92       sha256 = "17zdim7kzrh5j8c97vjqp4xp78wbyz7smdp4hi5iyzk0s9imdn5a";
93       type = "gem";
94     };
95     version = "3.2023.0808";
96   };
97   multi_json = {
98     groups = ["default"];
99     platforms = [];
100     source = {
101       remotes = ["https://rubygems.org"];
102       sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z";
103       type = "gem";
104     };
105     version = "1.15.0";
106   };
107   native-package-installer = {
108     groups = ["default"];
109     platforms = [];
110     source = {
111       remotes = ["https://rubygems.org"];
112       sha256 = "004wx9xhcam92g1d4ybvrl1yqablm2svalyck9sq4igy9nwkz9nb";
113       type = "gem";
114     };
115     version = "1.1.8";
116   };
117   reline = {
118     dependencies = ["io-console"];
119     groups = ["default"];
120     platforms = [];
121     source = {
122       remotes = ["https://rubygems.org"];
123       sha256 = "0lv1nv7z63n4qmsm3h5h273m7daxngkcq8ynkk9j8lmn7jji98lb";
124       type = "gem";
125     };
126     version = "0.3.8";
127   };