Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 359 lines 8.7 kB view raw
1{ 2 activesupport = { 3 dependencies = [ 4 "base64" 5 "benchmark" 6 "bigdecimal" 7 "concurrent-ruby" 8 "connection_pool" 9 "drb" 10 "i18n" 11 "logger" 12 "minitest" 13 "securerandom" 14 "tzinfo" 15 "uri" 16 ]; 17 groups = [ "default" ]; 18 platforms = [ ]; 19 source = { 20 remotes = [ "https://rubygems.org" ]; 21 sha256 = "0drfj44a16r86clrrqz3vqmg93qri6bqghjm21ac6jn2853cfnzx"; 22 type = "gem"; 23 }; 24 version = "8.0.1"; 25 }; 26 addressable = { 27 dependencies = [ "public_suffix" ]; 28 groups = [ "default" ]; 29 platforms = [ ]; 30 source = { 31 remotes = [ "https://rubygems.org" ]; 32 sha256 = "0cl2qpvwiffym62z991ynks7imsm87qmgxf0yfsmlwzkgi9qcaa6"; 33 type = "gem"; 34 }; 35 version = "2.8.7"; 36 }; 37 base64 = { 38 groups = [ "default" ]; 39 platforms = [ ]; 40 source = { 41 remotes = [ "https://rubygems.org" ]; 42 sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g"; 43 type = "gem"; 44 }; 45 version = "0.2.0"; 46 }; 47 benchmark = { 48 groups = [ "default" ]; 49 platforms = [ ]; 50 source = { 51 remotes = [ "https://rubygems.org" ]; 52 sha256 = "0jl71qcgamm96dzyqk695j24qszhcc7liw74qc83fpjljp2gh4hg"; 53 type = "gem"; 54 }; 55 version = "0.4.0"; 56 }; 57 bigdecimal = { 58 groups = [ "default" ]; 59 platforms = [ ]; 60 source = { 61 remotes = [ "https://rubygems.org" ]; 62 sha256 = "1k6qzammv9r6b2cw3siasaik18i6wjc5m0gw5nfdc6jj64h79z1g"; 63 type = "gem"; 64 }; 65 version = "3.1.9"; 66 }; 67 cms_scanner = { 68 dependencies = [ 69 "ethon" 70 "get_process_mem" 71 "nokogiri" 72 "opt_parse_validator" 73 "public_suffix" 74 "ruby-progressbar" 75 "sys-proctable" 76 "typhoeus" 77 "xmlrpc" 78 "yajl-ruby" 79 ]; 80 groups = [ "default" ]; 81 platforms = [ ]; 82 source = { 83 remotes = [ "https://rubygems.org" ]; 84 sha256 = "1bcsb0ifl31zh3mli8kgxxk1ii76cxcp414g4blwy4zh2732y84m"; 85 type = "gem"; 86 }; 87 version = "0.15.0"; 88 }; 89 concurrent-ruby = { 90 groups = [ "default" ]; 91 platforms = [ ]; 92 source = { 93 remotes = [ "https://rubygems.org" ]; 94 sha256 = "1ipbrgvf0pp6zxdk5ascp6i29aybz2bx9wdrlchjmpx6mhvkwfw1"; 95 type = "gem"; 96 }; 97 version = "1.3.5"; 98 }; 99 connection_pool = { 100 groups = [ "default" ]; 101 platforms = [ ]; 102 source = { 103 remotes = [ "https://rubygems.org" ]; 104 sha256 = "1z7bag6zb2vwi7wp2bkdkmk7swkj6zfnbsnc949qq0wfsgw94fr3"; 105 type = "gem"; 106 }; 107 version = "2.5.0"; 108 }; 109 drb = { 110 groups = [ "default" ]; 111 platforms = [ ]; 112 source = { 113 remotes = [ "https://rubygems.org" ]; 114 sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79"; 115 type = "gem"; 116 }; 117 version = "2.2.1"; 118 }; 119 ethon = { 120 dependencies = [ "ffi" ]; 121 groups = [ "default" ]; 122 platforms = [ ]; 123 source = { 124 remotes = [ "https://rubygems.org" ]; 125 sha256 = "17ix0mijpsy3y0c6ywrk5ibarmvqzjsirjyprpsy3hwax8fdm85v"; 126 type = "gem"; 127 }; 128 version = "0.16.0"; 129 }; 130 ffi = { 131 groups = [ "default" ]; 132 platforms = [ ]; 133 source = { 134 remotes = [ "https://rubygems.org" ]; 135 sha256 = "0fgwn1grxf4zxmyqmb9i4z2hr111585n9jnk17y6y7hhs7dv1xi6"; 136 type = "gem"; 137 }; 138 version = "1.17.1"; 139 }; 140 get_process_mem = { 141 dependencies = [ 142 "bigdecimal" 143 "ffi" 144 ]; 145 groups = [ "default" ]; 146 platforms = [ ]; 147 source = { 148 remotes = [ "https://rubygems.org" ]; 149 sha256 = "1amlw0v8mal01k0c8n6i5x7a8fxw44myqm81dr6nlxxzpkrj8h6m"; 150 type = "gem"; 151 }; 152 version = "1.0.0"; 153 }; 154 i18n = { 155 dependencies = [ "concurrent-ruby" ]; 156 groups = [ "default" ]; 157 platforms = [ ]; 158 source = { 159 remotes = [ "https://rubygems.org" ]; 160 sha256 = "03sx3ahz1v5kbqjwxj48msw3maplpp2iyzs22l4jrzrqh4zmgfnf"; 161 type = "gem"; 162 }; 163 version = "1.14.7"; 164 }; 165 logger = { 166 groups = [ "default" ]; 167 platforms = [ ]; 168 source = { 169 remotes = [ "https://rubygems.org" ]; 170 sha256 = "05s008w9vy7is3njblmavrbdzyrwwc1fsziffdr58w9pwqj8sqfx"; 171 type = "gem"; 172 }; 173 version = "1.6.6"; 174 }; 175 mini_portile2 = { 176 groups = [ "default" ]; 177 platforms = [ ]; 178 source = { 179 remotes = [ "https://rubygems.org" ]; 180 sha256 = "0x8asxl83msn815lwmb2d7q5p29p7drhjv5va0byhk60v9n16iwf"; 181 type = "gem"; 182 }; 183 version = "2.8.8"; 184 }; 185 minitest = { 186 groups = [ "default" ]; 187 platforms = [ ]; 188 source = { 189 remotes = [ "https://rubygems.org" ]; 190 sha256 = "0izrg03wn2yj3gd76ck7ifbm9h2kgy8kpg4fk06ckpy4bbicmwlw"; 191 type = "gem"; 192 }; 193 version = "5.25.4"; 194 }; 195 nokogiri = { 196 dependencies = [ 197 "mini_portile2" 198 "racc" 199 ]; 200 groups = [ "default" ]; 201 platforms = [ ]; 202 source = { 203 remotes = [ "https://rubygems.org" ]; 204 sha256 = "0npx535cs8qc33n0lpbbwl0p9fi3a5bczn6ayqhxvknh9yqw77vb"; 205 type = "gem"; 206 }; 207 version = "1.18.3"; 208 }; 209 opt_parse_validator = { 210 dependencies = [ 211 "activesupport" 212 "addressable" 213 "ostruct" 214 ]; 215 groups = [ "default" ]; 216 platforms = [ ]; 217 source = { 218 remotes = [ "https://rubygems.org" ]; 219 sha256 = "1ffvp04wyzxjkarzg5nbq2hqgdnw77drmb56dhgzmb2wrjpw52sk"; 220 type = "gem"; 221 }; 222 version = "1.10.1"; 223 }; 224 ostruct = { 225 groups = [ "default" ]; 226 platforms = [ ]; 227 source = { 228 remotes = [ "https://rubygems.org" ]; 229 sha256 = "05xqijcf80sza5pnlp1c8whdaay8x5dc13214ngh790zrizgp8q9"; 230 type = "gem"; 231 }; 232 version = "0.6.1"; 233 }; 234 public_suffix = { 235 groups = [ "default" ]; 236 platforms = [ ]; 237 source = { 238 remotes = [ "https://rubygems.org" ]; 239 sha256 = "0vqcw3iwby3yc6avs1vb3gfd0vcp2v7q310665dvxfswmcf4xm31"; 240 type = "gem"; 241 }; 242 version = "6.0.1"; 243 }; 244 racc = { 245 groups = [ "default" ]; 246 platforms = [ ]; 247 source = { 248 remotes = [ "https://rubygems.org" ]; 249 sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa"; 250 type = "gem"; 251 }; 252 version = "1.8.1"; 253 }; 254 ruby-progressbar = { 255 groups = [ "default" ]; 256 platforms = [ ]; 257 source = { 258 remotes = [ "https://rubygems.org" ]; 259 sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40"; 260 type = "gem"; 261 }; 262 version = "1.13.0"; 263 }; 264 securerandom = { 265 groups = [ "default" ]; 266 platforms = [ ]; 267 source = { 268 remotes = [ "https://rubygems.org" ]; 269 sha256 = "1cd0iriqfsf1z91qg271sm88xjnfd92b832z49p1nd542ka96lfc"; 270 type = "gem"; 271 }; 272 version = "0.4.1"; 273 }; 274 sys-proctable = { 275 dependencies = [ "ffi" ]; 276 groups = [ "default" ]; 277 platforms = [ ]; 278 source = { 279 remotes = [ "https://rubygems.org" ]; 280 sha256 = "0m3fj6j1qpfszqnsvr6wpak0d9vw5ggylaqkalhl3m50kbbimxii"; 281 type = "gem"; 282 }; 283 version = "1.3.0"; 284 }; 285 typhoeus = { 286 dependencies = [ "ethon" ]; 287 groups = [ "default" ]; 288 platforms = [ ]; 289 source = { 290 remotes = [ "https://rubygems.org" ]; 291 sha256 = "0z7gamf6s83wy0yqms3bi4srirn3fc0lc7n65lqanidxcj1xn5qw"; 292 type = "gem"; 293 }; 294 version = "1.4.1"; 295 }; 296 tzinfo = { 297 dependencies = [ "concurrent-ruby" ]; 298 groups = [ "default" ]; 299 platforms = [ ]; 300 source = { 301 remotes = [ "https://rubygems.org" ]; 302 sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd"; 303 type = "gem"; 304 }; 305 version = "2.0.6"; 306 }; 307 uri = { 308 groups = [ "default" ]; 309 platforms = [ ]; 310 source = { 311 remotes = [ "https://rubygems.org" ]; 312 sha256 = "04bhfvc25b07jaiaf62yrach7khhr5jlr5bx6nygg8pf11329wp9"; 313 type = "gem"; 314 }; 315 version = "1.0.3"; 316 }; 317 webrick = { 318 groups = [ "default" ]; 319 platforms = [ ]; 320 source = { 321 remotes = [ "https://rubygems.org" ]; 322 sha256 = "12d9n8hll67j737ym2zw4v23cn4vxyfkb6vyv1rzpwv6y6a3qbdl"; 323 type = "gem"; 324 }; 325 version = "1.9.1"; 326 }; 327 wpscan = { 328 dependencies = [ "cms_scanner" ]; 329 groups = [ "default" ]; 330 platforms = [ ]; 331 source = { 332 remotes = [ "https://rubygems.org" ]; 333 sha256 = "0m7blxgyamk09zk5b6q6drbqwdnirgfj1r8mm6gmff8qri3cwxnh"; 334 type = "gem"; 335 }; 336 version = "3.8.28"; 337 }; 338 xmlrpc = { 339 dependencies = [ "webrick" ]; 340 groups = [ "default" ]; 341 platforms = [ ]; 342 source = { 343 remotes = [ "https://rubygems.org" ]; 344 sha256 = "0fwfnccagsjrbvrav5nbk3zracj9zncr7i375nn20jd4cfy4cggc"; 345 type = "gem"; 346 }; 347 version = "0.3.3"; 348 }; 349 yajl-ruby = { 350 groups = [ "default" ]; 351 platforms = [ ]; 352 source = { 353 remotes = [ "https://rubygems.org" ]; 354 sha256 = "1lni4jbyrlph7sz8y49q84pb0sbj82lgwvnjnsiv01xf26f4v5wc"; 355 type = "gem"; 356 }; 357 version = "1.4.3"; 358 }; 359}