nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 388 lines 9.4 kB view raw
1{ 2 activemodel = { 3 dependencies = [ "activesupport" ]; 4 groups = [ "default" ]; 5 platforms = [ ]; 6 source = { 7 remotes = [ "https://rubygems.org" ]; 8 sha256 = "0zz32997k2fsyd0fzrh8f79yjr6hv3i4j9wykkxncl02j8dhrkay"; 9 type = "gem"; 10 }; 11 version = "6.1.7.7"; 12 }; 13 activerecord = { 14 dependencies = [ 15 "activemodel" 16 "activesupport" 17 ]; 18 groups = [ "default" ]; 19 platforms = [ ]; 20 source = { 21 remotes = [ "https://rubygems.org" ]; 22 sha256 = "0qzymgyrvw2k32ldabp2jr0zgp6z9w8smyb946qgvs9zfs4n2qnn"; 23 type = "gem"; 24 }; 25 version = "6.1.7.7"; 26 }; 27 activesupport = { 28 dependencies = [ 29 "concurrent-ruby" 30 "i18n" 31 "minitest" 32 "tzinfo" 33 "zeitwerk" 34 ]; 35 groups = [ "default" ]; 36 platforms = [ ]; 37 source = { 38 remotes = [ "https://rubygems.org" ]; 39 sha256 = "0r2i9b0pm0b1dy8fc7kyls1g7f0bcnyq53v825rykibzdqfqdfgp"; 40 type = "gem"; 41 }; 42 version = "6.1.7.7"; 43 }; 44 bcrypt = { 45 groups = [ "default" ]; 46 platforms = [ ]; 47 source = { 48 remotes = [ "https://rubygems.org" ]; 49 sha256 = "16a0g2q40biv93i1hch3gw8rbmhp77qnnifj1k0a6m7dng3zh444"; 50 type = "gem"; 51 }; 52 version = "3.1.20"; 53 }; 54 charlock_holmes = { 55 groups = [ "default" ]; 56 platforms = [ ]; 57 source = { 58 remotes = [ "https://rubygems.org" ]; 59 sha256 = "1c1dws56r7p8y363dhyikg7205z59a3bn4amnv2y488rrq8qm7ml"; 60 type = "gem"; 61 }; 62 version = "0.7.9"; 63 }; 64 concurrent-ruby = { 65 groups = [ "default" ]; 66 platforms = [ ]; 67 source = { 68 remotes = [ "https://rubygems.org" ]; 69 sha256 = "1kmhr3pz2nmhnq0nqlicqfwfmkzkcl835g7sw1gjjhjvhz8g2sf3"; 70 type = "gem"; 71 }; 72 version = "1.3.1"; 73 }; 74 daemons = { 75 groups = [ "default" ]; 76 platforms = [ ]; 77 source = { 78 remotes = [ "https://rubygems.org" ]; 79 sha256 = "07cszb0zl8mqmwhc8a2yfg36vi6lbgrp4pa5bvmryrpcz9v6viwg"; 80 type = "gem"; 81 }; 82 version = "1.4.1"; 83 }; 84 eventmachine = { 85 groups = [ "default" ]; 86 platforms = [ ]; 87 source = { 88 remotes = [ "https://rubygems.org" ]; 89 sha256 = "0wh9aqb0skz80fhfn66lbpr4f86ya2z5rx6gm5xlfhd05bj1ch4r"; 90 type = "gem"; 91 }; 92 version = "1.2.7"; 93 }; 94 gpgme = { 95 dependencies = [ "mini_portile2" ]; 96 groups = [ "default" ]; 97 platforms = [ ]; 98 source = { 99 remotes = [ "https://rubygems.org" ]; 100 sha256 = "0r1vmql7w7ka5xzj1aqf8pk2a4sv0znwj2zkg1fgvd5b89qcvv2k"; 101 type = "gem"; 102 }; 103 version = "2.0.24"; 104 }; 105 i18n = { 106 dependencies = [ "concurrent-ruby" ]; 107 groups = [ "default" ]; 108 platforms = [ ]; 109 source = { 110 remotes = [ "https://rubygems.org" ]; 111 sha256 = "1ffix518y7976qih9k1lgnc17i3v6yrlh0a3mckpxdb4wc2vrp16"; 112 type = "gem"; 113 }; 114 version = "1.14.5"; 115 }; 116 mail = { 117 dependencies = [ "mini_mime" ]; 118 groups = [ "default" ]; 119 platforms = [ ]; 120 source = { 121 remotes = [ "https://rubygems.org" ]; 122 sha256 = "00wwz6ys0502dpk8xprwcqfwyf3hmnx6lgxaiq6vj43mkx43sapc"; 123 type = "gem"; 124 }; 125 version = "2.7.1"; 126 }; 127 mail-gpg = { 128 dependencies = [ 129 "gpgme" 130 "mail" 131 ]; 132 groups = [ "default" ]; 133 platforms = [ ]; 134 source = { 135 remotes = [ "https://rubygems.org" ]; 136 sha256 = "1rz936m8nacy7agksvpvkf6b37d1h5qvh5xkrjqvv5wbdqs3cyfj"; 137 type = "gem"; 138 }; 139 version = "0.4.4"; 140 }; 141 mini_mime = { 142 groups = [ "default" ]; 143 platforms = [ ]; 144 source = { 145 remotes = [ "https://rubygems.org" ]; 146 sha256 = "1vycif7pjzkr29mfk4dlqv3disc5dn0va04lkwajlpr1wkibg0c6"; 147 type = "gem"; 148 }; 149 version = "1.1.5"; 150 }; 151 mini_portile2 = { 152 groups = [ "default" ]; 153 platforms = [ ]; 154 source = { 155 remotes = [ "https://rubygems.org" ]; 156 sha256 = "149r94xi6b3jbp6bv72f8383b95ndn0p5sxnq11gs1j9jadv0ajf"; 157 type = "gem"; 158 }; 159 version = "2.8.6"; 160 }; 161 minitest = { 162 groups = [ "default" ]; 163 platforms = [ ]; 164 source = { 165 remotes = [ "https://rubygems.org" ]; 166 sha256 = "1gkslxvkhh44s21rbjvka3zsvfxxrf5pcl6f75rv2vyrzzbgis7i"; 167 type = "gem"; 168 }; 169 version = "5.23.1"; 170 }; 171 multi_json = { 172 groups = [ "default" ]; 173 platforms = [ ]; 174 source = { 175 remotes = [ "https://rubygems.org" ]; 176 sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z"; 177 type = "gem"; 178 }; 179 version = "1.15.0"; 180 }; 181 mustermann = { 182 dependencies = [ "ruby2_keywords" ]; 183 groups = [ "default" ]; 184 platforms = [ ]; 185 source = { 186 remotes = [ "https://rubygems.org" ]; 187 sha256 = "0m70qz27mlv2rhk4j1li6pw797gmiwwqg02vcgxcxr1rq2v53rnb"; 188 type = "gem"; 189 }; 190 version = "2.0.2"; 191 }; 192 net-protocol = { 193 dependencies = [ "timeout" ]; 194 groups = [ "default" ]; 195 platforms = [ ]; 196 source = { 197 remotes = [ "https://rubygems.org" ]; 198 sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa"; 199 type = "gem"; 200 }; 201 version = "0.2.2"; 202 }; 203 net-smtp = { 204 dependencies = [ "net-protocol" ]; 205 groups = [ "default" ]; 206 platforms = [ ]; 207 source = { 208 remotes = [ "https://rubygems.org" ]; 209 sha256 = "0amlhz8fhnjfmsiqcjajip57ici2xhw089x7zqyhpk51drg43h2z"; 210 type = "gem"; 211 }; 212 version = "0.5.0"; 213 }; 214 rack = { 215 groups = [ "default" ]; 216 platforms = [ ]; 217 source = { 218 remotes = [ "https://rubygems.org" ]; 219 sha256 = "0hj0rkw2z9r1lcg2wlrcld2n3phwrcgqcp7qd1g9a7hwgalh2qzx"; 220 type = "gem"; 221 }; 222 version = "2.2.9"; 223 }; 224 rack-protection = { 225 dependencies = [ "rack" ]; 226 groups = [ "default" ]; 227 platforms = [ ]; 228 source = { 229 remotes = [ "https://rubygems.org" ]; 230 sha256 = "1d6irsigm0i4ig1m47c94kixi3wb8jnxwvwkl8qxvyngmb73srl2"; 231 type = "gem"; 232 }; 233 version = "2.2.4"; 234 }; 235 rake = { 236 groups = [ "default" ]; 237 platforms = [ ]; 238 source = { 239 remotes = [ "https://rubygems.org" ]; 240 sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6"; 241 type = "gem"; 242 }; 243 version = "13.2.1"; 244 }; 245 ruby2_keywords = { 246 groups = [ "default" ]; 247 platforms = [ ]; 248 source = { 249 remotes = [ "https://rubygems.org" ]; 250 sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz"; 251 type = "gem"; 252 }; 253 version = "0.0.5"; 254 }; 255 schleuder = { 256 dependencies = [ 257 "activerecord" 258 "bcrypt" 259 "charlock_holmes" 260 "gpgme" 261 "mail" 262 "mail-gpg" 263 "rake" 264 "sinatra" 265 "sinatra-contrib" 266 "sqlite3" 267 "thin" 268 "thor" 269 ]; 270 groups = [ "default" ]; 271 platforms = [ ]; 272 source = { 273 remotes = [ "https://rubygems.org" ]; 274 sha256 = "0lxmi7402v5qkajx3j5bydarxf3lbm1kzpwgy7zsmc7l28mcv8wx"; 275 type = "gem"; 276 }; 277 version = "4.0.3"; 278 }; 279 sinatra = { 280 dependencies = [ 281 "mustermann" 282 "rack" 283 "rack-protection" 284 "tilt" 285 ]; 286 groups = [ "default" ]; 287 platforms = [ ]; 288 source = { 289 remotes = [ "https://rubygems.org" ]; 290 sha256 = "0wkc079h6hzq737j4wycpnv7c38mhd0rl33pszyy7768zzvyjc9y"; 291 type = "gem"; 292 }; 293 version = "2.2.4"; 294 }; 295 sinatra-contrib = { 296 dependencies = [ 297 "multi_json" 298 "mustermann" 299 "rack-protection" 300 "sinatra" 301 "tilt" 302 ]; 303 groups = [ "default" ]; 304 platforms = [ ]; 305 source = { 306 remotes = [ "https://rubygems.org" ]; 307 sha256 = "0s6c1k3zzxp3xa7libvlpqaby27124rccyyxcsly04ih904cxk33"; 308 type = "gem"; 309 }; 310 version = "2.2.4"; 311 }; 312 sqlite3 = { 313 groups = [ "default" ]; 314 platforms = [ ]; 315 source = { 316 remotes = [ "https://rubygems.org" ]; 317 sha256 = "1z1wa639c278bsipczn6kv8b13fj85pi8gk7x462chqx6k0wm0ax"; 318 type = "gem"; 319 }; 320 version = "1.4.4"; 321 }; 322 thin = { 323 dependencies = [ 324 "daemons" 325 "eventmachine" 326 "rack" 327 ]; 328 groups = [ "default" ]; 329 platforms = [ ]; 330 source = { 331 remotes = [ "https://rubygems.org" ]; 332 sha256 = "08g1yq6zzvgndj8fd98ah7pp8g2diw28p8bfjgv7rvjvp8d2am8w"; 333 type = "gem"; 334 }; 335 version = "1.8.2"; 336 }; 337 thor = { 338 groups = [ "default" ]; 339 platforms = [ ]; 340 source = { 341 remotes = [ "https://rubygems.org" ]; 342 sha256 = "1yhrnp9x8qcy5vc7g438amd5j9sw83ih7c30dr6g6slgw9zj3g29"; 343 type = "gem"; 344 }; 345 version = "0.20.3"; 346 }; 347 tilt = { 348 groups = [ "default" ]; 349 platforms = [ ]; 350 source = { 351 remotes = [ "https://rubygems.org" ]; 352 sha256 = "0p3l7v619hwfi781l3r7ypyv1l8hivp09r18kmkn6g11c4yr1pc2"; 353 type = "gem"; 354 }; 355 version = "2.3.0"; 356 }; 357 timeout = { 358 groups = [ "default" ]; 359 platforms = [ ]; 360 source = { 361 remotes = [ "https://rubygems.org" ]; 362 sha256 = "16mvvsmx90023wrhf8dxc1lpqh0m8alk65shb7xcya6a9gflw7vg"; 363 type = "gem"; 364 }; 365 version = "0.4.1"; 366 }; 367 tzinfo = { 368 dependencies = [ "concurrent-ruby" ]; 369 groups = [ "default" ]; 370 platforms = [ ]; 371 source = { 372 remotes = [ "https://rubygems.org" ]; 373 sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd"; 374 type = "gem"; 375 }; 376 version = "2.0.6"; 377 }; 378 zeitwerk = { 379 groups = [ "default" ]; 380 platforms = [ ]; 381 source = { 382 remotes = [ "https://rubygems.org" ]; 383 sha256 = "1kr2731z8f6cj23jxh67cdnpkrnnfwbrxj1hfhshls4mp8i8drmj"; 384 type = "gem"; 385 }; 386 version = "2.6.15"; 387 }; 388}