Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 activesupport = { 3 dependencies = [ 4 "base64" 5 "bigdecimal" 6 "concurrent-ruby" 7 "connection_pool" 8 "drb" 9 "i18n" 10 "minitest" 11 "mutex_m" 12 "tzinfo" 13 ]; 14 groups = [ "default" ]; 15 platforms = [ ]; 16 source = { 17 remotes = [ "https://rubygems.org" ]; 18 sha256 = "0z8kygxmz99krz9pwp947znkzf0jr64sml28df0vf1gzxlg7y57i"; 19 type = "gem"; 20 }; 21 version = "7.1.3.3"; 22 }; 23 base64 = { 24 groups = [ "default" ]; 25 platforms = [ ]; 26 source = { 27 remotes = [ "https://rubygems.org" ]; 28 sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g"; 29 type = "gem"; 30 }; 31 version = "0.2.0"; 32 }; 33 bigdecimal = { 34 groups = [ "default" ]; 35 platforms = [ ]; 36 source = { 37 remotes = [ "https://rubygems.org" ]; 38 sha256 = "1gi7zqgmqwi5lizggs1jhc3zlwaqayy9rx2ah80sxy24bbnng558"; 39 type = "gem"; 40 }; 41 version = "3.1.8"; 42 }; 43 concurrent-ruby = { 44 groups = [ "default" ]; 45 platforms = [ ]; 46 source = { 47 remotes = [ "https://rubygems.org" ]; 48 sha256 = "1qh1b14jwbbj242klkyz5fc7npd4j0mvndz62gajhvl1l3wd7zc2"; 49 type = "gem"; 50 }; 51 version = "1.2.3"; 52 }; 53 connection_pool = { 54 groups = [ "default" ]; 55 platforms = [ ]; 56 source = { 57 remotes = [ "https://rubygems.org" ]; 58 sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g"; 59 type = "gem"; 60 }; 61 version = "2.4.1"; 62 }; 63 drb = { 64 groups = [ "default" ]; 65 platforms = [ ]; 66 source = { 67 remotes = [ "https://rubygems.org" ]; 68 sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79"; 69 type = "gem"; 70 }; 71 version = "2.2.1"; 72 }; 73 i18n = { 74 dependencies = [ "concurrent-ruby" ]; 75 groups = [ "default" ]; 76 platforms = [ ]; 77 source = { 78 remotes = [ "https://rubygems.org" ]; 79 sha256 = "1ffix518y7976qih9k1lgnc17i3v6yrlh0a3mckpxdb4wc2vrp16"; 80 type = "gem"; 81 }; 82 version = "1.14.5"; 83 }; 84 minitest = { 85 groups = [ "default" ]; 86 platforms = [ ]; 87 source = { 88 remotes = [ "https://rubygems.org" ]; 89 sha256 = "1gkslxvkhh44s21rbjvka3zsvfxxrf5pcl6f75rv2vyrzzbgis7i"; 90 type = "gem"; 91 }; 92 version = "5.23.1"; 93 }; 94 mutex_m = { 95 groups = [ "default" ]; 96 platforms = [ ]; 97 source = { 98 remotes = [ "https://rubygems.org" ]; 99 sha256 = "1ma093ayps1m92q845hmpk0dmadicvifkbf05rpq9pifhin0rvxn"; 100 type = "gem"; 101 }; 102 version = "0.2.0"; 103 }; 104 rrule = { 105 dependencies = [ "activesupport" ]; 106 groups = [ "default" ]; 107 platforms = [ ]; 108 source = { 109 remotes = [ "https://rubygems.org" ]; 110 sha256 = "04h3q0ws0wswqj3mwjyv44yx59d9ima9a820ay9w5bwnlb73syj2"; 111 type = "gem"; 112 }; 113 version = "0.4.4"; 114 }; 115 tzinfo = { 116 dependencies = [ "concurrent-ruby" ]; 117 groups = [ "default" ]; 118 platforms = [ ]; 119 source = { 120 remotes = [ "https://rubygems.org" ]; 121 sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd"; 122 type = "gem"; 123 }; 124 version = "2.0.6"; 125 }; 126}