502 lines
12 KiB
Nix
502 lines
12 KiB
Nix
{
|
|
activesupport = {
|
|
dependencies = [
|
|
"base64"
|
|
"bigdecimal"
|
|
"concurrent-ruby"
|
|
"connection_pool"
|
|
"drb"
|
|
"i18n"
|
|
"logger"
|
|
"minitest"
|
|
"securerandom"
|
|
"tzinfo"
|
|
];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1cacrvmn1561fb88fn99ig52wdz1k67s7vbssqwwwljf1kanlgvc";
|
|
type = "gem";
|
|
};
|
|
version = "7.2.1.2";
|
|
};
|
|
base64 = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.0";
|
|
};
|
|
bigdecimal = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1gi7zqgmqwi5lizggs1jhc3zlwaqayy9rx2ah80sxy24bbnng558";
|
|
type = "gem";
|
|
};
|
|
version = "3.1.8";
|
|
};
|
|
concurrent-ruby = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0chwfdq2a6kbj6xz9l6zrdfnyghnh32si82la1dnpa5h75ir5anl";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.4";
|
|
};
|
|
connection_pool = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g";
|
|
type = "gem";
|
|
};
|
|
version = "2.4.1";
|
|
};
|
|
dalli = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "19daxf5n5gr3pr57k4wqg701c3zwsk2h4jjialkaw7yrhi85jqrf";
|
|
type = "gem";
|
|
};
|
|
version = "3.2.8";
|
|
};
|
|
drb = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79";
|
|
type = "gem";
|
|
};
|
|
version = "2.2.1";
|
|
};
|
|
faraday = {
|
|
dependencies = [
|
|
"faraday-em_http"
|
|
"faraday-em_synchrony"
|
|
"faraday-excon"
|
|
"faraday-httpclient"
|
|
"faraday-multipart"
|
|
"faraday-net_http"
|
|
"faraday-net_http_persistent"
|
|
"faraday-patron"
|
|
"faraday-rack"
|
|
"faraday-retry"
|
|
"ruby2_keywords"
|
|
];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "069gmdh5j90v06rbwlqvlhzhq45lxhx74mahz25xd276rm0wb153";
|
|
type = "gem";
|
|
};
|
|
version = "1.10.4";
|
|
};
|
|
faraday-em_http = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "12cnqpbak4vhikrh2cdn94assh3yxza8rq2p9w2j34bqg5q4qgbs";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.0";
|
|
};
|
|
faraday-em_synchrony = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1vgrbhkp83sngv6k4mii9f2s9v5lmp693hylfxp2ssfc60fas3a6";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.0";
|
|
};
|
|
faraday-excon = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0h09wkb0k0bhm6dqsd47ac601qiaah8qdzjh8gvxfd376x1chmdh";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
faraday-httpclient = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0fyk0jd3ks7fdn8nv3spnwjpzx2lmxmg2gh4inz3by1zjzqg33sc";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.1";
|
|
};
|
|
faraday-multipart = {
|
|
dependencies = [ "multipart-post" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "09871c4hd7s5ws1wl4gs7js1k2wlby6v947m2bbzg43pnld044lh";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.4";
|
|
};
|
|
faraday-net_http = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "10n6wikd442mfm15hd6gzm0qb527161w1wwch4h5m4iclkz2x6b3";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.2";
|
|
};
|
|
faraday-net_http_persistent = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0dc36ih95qw3rlccffcb0vgxjhmipsvxhn6cw71l7ffs0f7vq30b";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.0";
|
|
};
|
|
faraday-patron = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "19wgsgfq0xkski1g7m96snv39la3zxz6x7nbdgiwhg5v82rxfb6w";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.0";
|
|
};
|
|
faraday-rack = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1h184g4vqql5jv9s9im6igy00jp6mrah2h14py6mpf9bkabfqq7g";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.0";
|
|
};
|
|
faraday-retry = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "153i967yrwnswqgvnnajgwp981k9p50ys1h80yz3q94rygs59ldd";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.3";
|
|
};
|
|
faraday_middleware = {
|
|
dependencies = [ "faraday" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1s990pnapb3vci9c00bklqc7jjix4i2zhxn2zf1lfk46xv47hnyl";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.1";
|
|
};
|
|
gemstash = {
|
|
dependencies = [
|
|
"activesupport"
|
|
"dalli"
|
|
"faraday"
|
|
"faraday_middleware"
|
|
"lru_redux"
|
|
"psych"
|
|
"puma"
|
|
"sequel"
|
|
"server_health_check-rack"
|
|
"sinatra"
|
|
"sqlite3"
|
|
"terminal-table"
|
|
"thor"
|
|
];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0sysgn3gxxdyqm08b9ldsbzmp3yhdwgala9dfv5yspw5nkksprpj";
|
|
type = "gem";
|
|
};
|
|
version = "2.7.1";
|
|
};
|
|
i18n = {
|
|
dependencies = [ "concurrent-ruby" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0k31wcgnvcvd14snz0pfqj976zv6drfsnq6x8acz10fiyms9l8nw";
|
|
type = "gem";
|
|
};
|
|
version = "1.14.6";
|
|
};
|
|
logger = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0lwncq2rf8gm79g2rcnnyzs26ma1f4wnfjm6gs4zf2wlsdz5in9s";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.1";
|
|
};
|
|
lru_redux = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1yxghzg7476sivz8yyr9nkak2dlbls0b89vc2kg52k0nmg6d0wgf";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
minitest = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1n1akmc6bibkbxkzm1p1wmfb4n9vv397knkgz0ffykb3h1d7kdix";
|
|
type = "gem";
|
|
};
|
|
version = "5.25.1";
|
|
};
|
|
multipart-post = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1a5lrlvmg2kb2dhw3lxcsv6x276bwgsxpnka1752082miqxd0wlq";
|
|
type = "gem";
|
|
};
|
|
version = "2.4.1";
|
|
};
|
|
mustermann = {
|
|
dependencies = [ "ruby2_keywords" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "123ycmq6pkivv29bqbv79jv2cs04xakzd0fz1lalgvfs5nxfky6i";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.3";
|
|
};
|
|
nio4r = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "017nbw87dpr4wyk81cgj8kxkxqgsgblrkxnmmadc77cg9gflrfal";
|
|
type = "gem";
|
|
};
|
|
version = "2.7.3";
|
|
};
|
|
psych = {
|
|
dependencies = [ "stringio" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0s5383m6004q76xm3lb732bp4sjzb6mxb6rbgn129gy2izsj4wrk";
|
|
type = "gem";
|
|
};
|
|
version = "5.1.2";
|
|
};
|
|
puma = {
|
|
dependencies = [ "nio4r" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0gml1rixrfb0naciq3mrnqkpcvm9ahgps1c04hzxh4b801f69914";
|
|
type = "gem";
|
|
};
|
|
version = "6.4.3";
|
|
};
|
|
rack = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0ax778fsfvlhj7c11n0d1wdcb8bxvkb190a9lha5d91biwzyx9g4";
|
|
type = "gem";
|
|
};
|
|
version = "2.2.10";
|
|
};
|
|
rack-protection = {
|
|
dependencies = [
|
|
"base64"
|
|
"rack"
|
|
];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1zzvivmdb4dkscc58i3gmcyrnypynsjwp6xgc4ylarlhqmzvlx1w";
|
|
type = "gem";
|
|
};
|
|
version = "3.2.0";
|
|
};
|
|
ruby2_keywords = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz";
|
|
type = "gem";
|
|
};
|
|
version = "0.0.5";
|
|
};
|
|
securerandom = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1phv6kh417vkanhssbjr960c0gfqvf8z7d3d9fd2yvd41q64bw4q";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.1";
|
|
};
|
|
sequel = {
|
|
dependencies = [ "bigdecimal" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "04jjv63wvvi9qfkpfsrv6w74liiqk4cd1qnlk7ja7i2waci9hlzx";
|
|
type = "gem";
|
|
};
|
|
version = "5.85.0";
|
|
};
|
|
server_health_check = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "06chz92parchhj1457lf5lbj3hrmvqpq6mfskxcnj5f4qa14n5wd";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.2";
|
|
};
|
|
server_health_check-rack = {
|
|
dependencies = [ "server_health_check" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0cgqr94x18f60n27sk9lgg471c6vk6qy132z7i1ppp32kvmjfphs";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.0";
|
|
};
|
|
sinatra = {
|
|
dependencies = [
|
|
"mustermann"
|
|
"rack"
|
|
"rack-protection"
|
|
"tilt"
|
|
];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "01wq20aqk5kfggq3wagx5xr1cz0x08lg6dxbk9yhd1sf0d6pywkf";
|
|
type = "gem";
|
|
};
|
|
version = "3.2.0";
|
|
};
|
|
sqlite3 = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "sha256-+nf2PHCVSPRtTptrtFzaUqo4gaoSzIWZETJ1jolocBw=";
|
|
type = "gem";
|
|
};
|
|
version = "1.7.3";
|
|
};
|
|
stringio = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "07mfqb40b2wh53k33h91zva78f9zwcdnl85jiq74wnaw2wa6wiak";
|
|
type = "gem";
|
|
};
|
|
version = "3.1.1";
|
|
};
|
|
terminal-table = {
|
|
dependencies = [ "unicode-display_width" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "14dfmfjppmng5hwj7c5ka6qdapawm3h6k9lhn8zj001ybypvclgr";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.2";
|
|
};
|
|
thor = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.2";
|
|
};
|
|
tilt = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0kds7wkxmb038cwp6ravnwn8k65ixc68wpm8j5jx5bhx8ndg4x6z";
|
|
type = "gem";
|
|
};
|
|
version = "2.4.0";
|
|
};
|
|
tzinfo = {
|
|
dependencies = [ "concurrent-ruby" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.6";
|
|
};
|
|
unicode-display_width = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0nkz7fadlrdbkf37m0x7sw8bnz8r355q3vwcfb9f9md6pds9h9qj";
|
|
type = "gem";
|
|
};
|
|
version = "2.6.0";
|
|
};
|
|
}
|