954 lines
26 KiB
Nix
954 lines
26 KiB
Nix
{
|
|
actioncable = {
|
|
dependencies = [ "actionpack" "activesupport" "nio4r" "websocket-driver" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0dr6w3h7i7xyqd04aw66x2ddm7xinvlw02pkk1sxczi8x21z16hf";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.3.1";
|
|
};
|
|
actionmailbox = {
|
|
dependencies = [ "actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0w3cq2m1qbmxp7yv3qs82ffn9y46vq5q04vqwxak6ln0ki0v4hn4";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.3.1";
|
|
};
|
|
actionmailer = {
|
|
dependencies = [ "actionpack" "actionview" "activejob" "activesupport" "mail" "rails-dom-testing" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1wsa6kcgjx5am9hn44q2afg174m2gda4n8bfk5na17nj48s9g1ii";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.3.1";
|
|
};
|
|
actionpack = {
|
|
dependencies = [ "actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer" ];
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0brr9kbmmc4fr2x8a7kj88yv8whfjfvalik3h82ypxlbg5b1c9iz";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.3.1";
|
|
};
|
|
actiontext = {
|
|
dependencies = [ "actionpack" "activerecord" "activestorage" "activesupport" "nokogiri" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "04f7x7ycg73zc2v3lhvrnl072f7nl0nhp0sspfa2sqq14v4akmmb";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.3.1";
|
|
};
|
|
actionview = {
|
|
dependencies = [ "activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer" ];
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0m009iki20hhwwj713bqdw57hmz650l7drfbajw32xn2qnawf294";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.3.1";
|
|
};
|
|
active_model_serializers = {
|
|
dependencies = [ "actionpack" "activemodel" "case_transform" "jsonapi-renderer" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1jjkmrx82rn0d2bhpi6kz2h1s4w7rpk5pj2vcssyc1a2ys12vyhj";
|
|
type = "gem";
|
|
};
|
|
version = "0.10.12";
|
|
};
|
|
activejob = {
|
|
dependencies = [ "activesupport" "globalid" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0zjwcfr4qyff9ln4hhjb1csbjpvr3z4pdgvg8axvhcs86h4xpy2n";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.3.1";
|
|
};
|
|
activemodel = {
|
|
dependencies = [ "activesupport" ];
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "118slj94hif5g1maaijlxsywrq75h7qdz20bq62303pkrzabjaxm";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.3.1";
|
|
};
|
|
activerecord = {
|
|
dependencies = [ "activemodel" "activesupport" ];
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1jva5iqnjmj76mhhxcvx6xzda071cy80bhxn3r79f76pvgwwyymg";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.3.1";
|
|
};
|
|
activestorage = {
|
|
dependencies = [ "actionpack" "activejob" "activerecord" "activesupport" "marcel" "mini_mime" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1800ski0619mzyk2p2xcmy4xlym18g3lbqw8wb3ss06jhvn5dl5p";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.3.1";
|
|
};
|
|
activesupport = {
|
|
dependencies = [ "concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk" ];
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0l0khgrb7zn611xjnmygv5wdxh7wq645f613wldn5397q5w3l9lc";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.3.1";
|
|
};
|
|
annotate = {
|
|
dependencies = [ "activerecord" "rake" ];
|
|
groups = [ "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1dxrfppwfg13vqmambbs56xjj8qsdgcy58r2yc44vvy3z1g5yflw";
|
|
type = "gem";
|
|
};
|
|
version = "3.1.1";
|
|
};
|
|
ast = {
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y";
|
|
type = "gem";
|
|
};
|
|
version = "2.4.2";
|
|
};
|
|
bcrypt = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "02r1c3isfchs5fxivbq99gc3aq4vfyn8snhcy707dal1p8qz12qb";
|
|
type = "gem";
|
|
};
|
|
version = "3.1.16";
|
|
};
|
|
bootsnap = {
|
|
dependencies = [ "msgpack" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0j09ins6z8drcjlj63wqa5ry0cqb7vsgjkl9f2jc59skp5v989px";
|
|
type = "gem";
|
|
};
|
|
version = "1.7.3";
|
|
};
|
|
builder = {
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr";
|
|
type = "gem";
|
|
};
|
|
version = "3.2.4";
|
|
};
|
|
byebug = {
|
|
groups = [ "development" "test" ];
|
|
platforms = [{
|
|
engine = "maglev";
|
|
}
|
|
{
|
|
engine = "mingw";
|
|
}
|
|
{
|
|
engine = "mingw";
|
|
}
|
|
{
|
|
engine = "ruby";
|
|
}];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0nx3yjf4xzdgb8jkmk2344081gqr22pgjqnmjg2q64mj5d6r9194";
|
|
type = "gem";
|
|
};
|
|
version = "11.1.3";
|
|
};
|
|
case_transform = {
|
|
dependencies = [ "activesupport" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0fzyws6spn5arqf6q604dh9mrj84a36k5hsc8z7jgcpfvhc49bg2";
|
|
type = "gem";
|
|
};
|
|
version = "0.2";
|
|
};
|
|
codecov = {
|
|
dependencies = [ "simplecov" ];
|
|
groups = [ "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "07q4rnnrifk1cg2qg2ci8qx54yw6zcx1990k8lqyasaym1raky9s";
|
|
type = "gem";
|
|
};
|
|
version = "0.5.1";
|
|
};
|
|
concurrent-ruby = {
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0mr23wq0szj52xnj0zcn1k0c7j4v79wlwbijkpfcscqww3l6jlg3";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.8";
|
|
};
|
|
crass = {
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.6";
|
|
};
|
|
delayed_cron_job = {
|
|
dependencies = [ "delayed_job" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1qsf7csnhyk787yx88ilsqris3h0gga3g6ri31hccdfbdab1f33a";
|
|
type = "gem";
|
|
};
|
|
version = "0.7.4";
|
|
};
|
|
delayed_job = {
|
|
dependencies = [ "activesupport" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "19ym3jw2jj1pxm6p22x2mpf69sdxiw07ddr69v92ccgg6d7q87rh";
|
|
type = "gem";
|
|
};
|
|
version = "4.1.9";
|
|
};
|
|
delayed_job_active_record = {
|
|
dependencies = [ "activerecord" "delayed_job" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0n6wjvk0yfkp1z19kvma7piasw1xgjh5ls51sf24c8g1jlmkmvdh";
|
|
type = "gem";
|
|
};
|
|
version = "4.1.6";
|
|
};
|
|
docile = {
|
|
groups = [ "default" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1bpdrsdqwv80qqc3f4xxzpii13lx9mlx3zay4bnmmscrx8c0p63z";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.5";
|
|
};
|
|
erubi = {
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "09l8lz3j00m898li0yfsnb6ihc63rdvhw3k5xczna5zrjk104f2l";
|
|
type = "gem";
|
|
};
|
|
version = "1.10.0";
|
|
};
|
|
factory_bot = {
|
|
dependencies = [ "activesupport" ];
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "11ij9s4hasy963qjqbrrf0m8lm9m9pxkh2vf4wrnafa6gw6r9qk8";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.0";
|
|
};
|
|
factory_bot_rails = {
|
|
dependencies = [ "factory_bot" "railties" ];
|
|
groups = [ "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0hfxkq6rarg0b8xfzqg200xyj176sn1xplqqqcrz5drhkqp30m14";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.0";
|
|
};
|
|
faker = {
|
|
dependencies = [ "i18n" ];
|
|
groups = [ "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0z3d4y6xg8prn3zdjw1qpqrnziq1d3zigqil4sxjj0pbr46gc1d6";
|
|
type = "gem";
|
|
};
|
|
version = "2.17.0";
|
|
};
|
|
ffi = {
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0nq1fb3vbfylccwba64zblxy96qznxbys5900wd7gm9bpplmf432";
|
|
type = "gem";
|
|
};
|
|
version = "1.15.0";
|
|
};
|
|
globalid = {
|
|
dependencies = [ "activesupport" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1zkxndvck72bfw235bd9nl2ii0lvs5z88q14706cmn702ww2mxv1";
|
|
type = "gem";
|
|
};
|
|
version = "0.4.2";
|
|
};
|
|
has_scope = {
|
|
dependencies = [ "actionpack" "activesupport" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "00y4jr5fd5lf1b59wxaf5j04afxd4i0sdx6wh51w1ha5njqn7256";
|
|
type = "gem";
|
|
};
|
|
version = "0.8.0";
|
|
};
|
|
i18n = {
|
|
dependencies = [ "concurrent-ruby" ];
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "08p6b13p99j1rrcrw1l3v0kb9mxbsvy6nk31r8h4rnszdgzpga32";
|
|
type = "gem";
|
|
};
|
|
version = "1.8.9";
|
|
};
|
|
image_processing = {
|
|
dependencies = [ "mini_magick" "ruby-vips" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1778lv4lpwk9ffm0zy7w59gzchq19f22a5gfrdk6qa7l9vx89h11";
|
|
type = "gem";
|
|
};
|
|
version = "1.12.1";
|
|
};
|
|
jsonapi-renderer = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0ys4drd0k9rw5ixf8n8fx8v0pjh792w4myh0cpdspd317l1lpi5m";
|
|
type = "gem";
|
|
};
|
|
version = "0.2.2";
|
|
};
|
|
listen = {
|
|
dependencies = [ "rb-fsevent" "rb-inotify" ];
|
|
groups = [ "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0h2v34xhi30w0d9gfzds2w6v89grq2gkpgvmdj9m8x1ld1845xnj";
|
|
type = "gem";
|
|
};
|
|
version = "3.5.1";
|
|
};
|
|
loofah = {
|
|
dependencies = [ "crass" "nokogiri" ];
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0bzwvxvilx7w1p3pg028ks38925y9i0xm870lm7s12w7598hiyck";
|
|
type = "gem";
|
|
};
|
|
version = "2.9.0";
|
|
};
|
|
mail = {
|
|
dependencies = [ "mini_mime" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "00wwz6ys0502dpk8xprwcqfwyf3hmnx6lgxaiq6vj43mkx43sapc";
|
|
type = "gem";
|
|
};
|
|
version = "2.7.1";
|
|
};
|
|
marcel = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1vhp6lifwvqs2b0a276lj61n86c1l7d1xiswjj2w23f54gl51mpk";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.0";
|
|
};
|
|
method_source = {
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1pnyh44qycnf9mzi1j6fywd5fkskv3x7nmsqrrws0rjn5dd4ayfp";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.0";
|
|
};
|
|
mini_magick = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1aj604x11d9pksbljh0l38f70b558rhdgji1s9i763hiagvvx2hs";
|
|
type = "gem";
|
|
};
|
|
version = "4.11.0";
|
|
};
|
|
mini_mime = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1np6srnyagghhh2w4nyv09sz47v0i6ri3q6blicj94vgxqp12c94";
|
|
type = "gem";
|
|
};
|
|
version = "1.0.3";
|
|
};
|
|
mini_portile2 = {
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1hdbpmamx8js53yk3h8cqy12kgv6ca06k0c9n3pxh6b6cjfs19x7";
|
|
type = "gem";
|
|
};
|
|
version = "2.5.0";
|
|
};
|
|
minitest = {
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "19z7wkhg59y8abginfrm2wzplz7py3va8fyngiigngqvsws6cwgl";
|
|
type = "gem";
|
|
};
|
|
version = "5.14.4";
|
|
};
|
|
mocha = {
|
|
groups = [ "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "05yw6rwgjppq116jgqfg4pv4bql3ci4r2fmmg0m2c3sqib1bq41a";
|
|
type = "gem";
|
|
};
|
|
version = "1.12.0";
|
|
};
|
|
msgpack = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "06iajjyhx0rvpn4yr3h1hc4w4w3k59bdmfhxnjzzh76wsrdxxrc6";
|
|
type = "gem";
|
|
};
|
|
version = "1.4.2";
|
|
};
|
|
nio4r = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "00fwz0qq7agd2xkdz02i8li236qvwhma3p0jdn5bdvc21b7ydzd5";
|
|
type = "gem";
|
|
};
|
|
version = "2.5.7";
|
|
};
|
|
nokogiri = {
|
|
dependencies = [ "mini_portile2" "racc" ];
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0b51df8fwadak075cvi17w0nch6qz1r66564qp29qwfj67j9qp0p";
|
|
type = "gem";
|
|
};
|
|
version = "1.11.2";
|
|
};
|
|
parallel = {
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0055br0mibnqz0j8wvy20zry548dhkakws681bhj3ycb972awkzd";
|
|
type = "gem";
|
|
};
|
|
version = "1.20.1";
|
|
};
|
|
parser = {
|
|
dependencies = [ "ast" ];
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1jixakyzmy0j5c1rb0fjrrdhgnyryvrr6vgcybs14jfw09akv5ml";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.0.0";
|
|
};
|
|
pg = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "13mfrysrdrh8cka1d96zm0lnfs59i5x2g6ps49r2kz5p3q81xrzj";
|
|
type = "gem";
|
|
};
|
|
version = "1.2.3";
|
|
};
|
|
puma = {
|
|
dependencies = [ "nio4r" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0wiprd0v4mjqv5p1vqaidr9ci2xm08lcxdz1k50mb1b6nrw6r74k";
|
|
type = "gem";
|
|
};
|
|
version = "5.2.2";
|
|
};
|
|
pundit = {
|
|
dependencies = [ "activesupport" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "18kwm5rkazb89yf792y3fxqihcxw2vdy7k1w542s4hg82ibfpyx3";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.0";
|
|
};
|
|
racc = {
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "178k7r0xn689spviqzhvazzvxfq6fyjldxb3ywjbgipbfi4s8j1g";
|
|
type = "gem";
|
|
};
|
|
version = "1.5.2";
|
|
};
|
|
rack = {
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1x72abm2snhk664s9g642pxjyk911y39qck8n9hbnqmb7ba1zbmz";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.4";
|
|
};
|
|
rack-cors = {
|
|
dependencies = [ "rack" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0jvs0mq8jrsz86jva91mgql16daprpa3qaipzzfvngnnqr5680j7";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.1";
|
|
};
|
|
rack-test = {
|
|
dependencies = [ "rack" ];
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0rh8h376mx71ci5yklnpqqn118z3bl67nnv5k801qaqn1zs62h8m";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
rails = {
|
|
dependencies = [ "actioncable" "actionmailbox" "actionmailer" "actionpack" "actiontext" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties" "sprockets-rails" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1yl6wy2gfvjkq0457plwadk7jwx5sbpqxl9aycbphskisis9g238";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.3.1";
|
|
};
|
|
rails-dom-testing = {
|
|
dependencies = [ "activesupport" "nokogiri" ];
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1lfq2a7kp2x64dzzi5p4cjcbiv62vxh9lyqk2f0rqq3fkzrw8h5i";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.3";
|
|
};
|
|
rails-html-sanitizer = {
|
|
dependencies = [ "loofah" ];
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1icpqmxbppl4ynzmn6dx7wdil5hhq6fz707m9ya6d86c7ys8sd4f";
|
|
type = "gem";
|
|
};
|
|
version = "1.3.0";
|
|
};
|
|
railties = {
|
|
dependencies = [ "actionpack" "activesupport" "method_source" "rake" "thor" ];
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1m3ckisji9n3li2700jpkyncsrh5b2z20zb0b4jl5x16cwsymr7b";
|
|
type = "gem";
|
|
};
|
|
version = "6.1.3.1";
|
|
};
|
|
rainbow = {
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0bb2fpjspydr6x0s8pn1pqkzmxszvkfapv0p4627mywl7ky4zkhk";
|
|
type = "gem";
|
|
};
|
|
version = "3.0.0";
|
|
};
|
|
rake = {
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1iik52mf9ky4cgs38fp2m8r6skdkq1yz23vh18lk95fhbcxb6a67";
|
|
type = "gem";
|
|
};
|
|
version = "13.0.3";
|
|
};
|
|
rb-fsevent = {
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1k9bsj7ni0g2fd7scyyy1sk9dy2pg9akniahab0iznvjmhn54h87";
|
|
type = "gem";
|
|
};
|
|
version = "0.10.4";
|
|
};
|
|
rb-inotify = {
|
|
dependencies = [ "ffi" ];
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005";
|
|
type = "gem";
|
|
};
|
|
version = "0.10.1";
|
|
};
|
|
regexp_parser = {
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0vg7imjnfcqjx7kw94ccj5r78j4g190cqzi1i59sh4a0l940b9cr";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.1";
|
|
};
|
|
rexml = {
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1mkvkcw9fhpaizrhca0pdgjcrbns48rlz4g6lavl5gjjq3rk2sq3";
|
|
type = "gem";
|
|
};
|
|
version = "3.2.4";
|
|
};
|
|
rubocop = {
|
|
dependencies = [ "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width" ];
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1i3y0h6awywx4rdmjdan908jmnyk589pndbjypxkfbkqvjx514fw";
|
|
type = "gem";
|
|
};
|
|
version = "1.12.0";
|
|
};
|
|
rubocop-ast = {
|
|
dependencies = [ "parser" ];
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0gkf1p8yal38nlvdb39qaiy0gr85fxfr09j5dxh8qvrgpncpnk78";
|
|
type = "gem";
|
|
};
|
|
version = "1.4.1";
|
|
};
|
|
rubocop-minitest = {
|
|
dependencies = [ "rubocop" ];
|
|
groups = [ "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0s4pqq4v8gb3nw4jcb82xplrrncn9plw81vqqfm700sf9j8k9gj0";
|
|
type = "gem";
|
|
};
|
|
version = "0.11.1";
|
|
};
|
|
rubocop-rails = {
|
|
dependencies = [ "activesupport" "rack" "rubocop" ];
|
|
groups = [ "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0h656la1g644g54g3gidz45p6v8i1156nw6bi66cfx7078y1339d";
|
|
type = "gem";
|
|
};
|
|
version = "2.9.1";
|
|
};
|
|
ruby-progressbar = {
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "02nmaw7yx9kl7rbaan5pl8x5nn0y4j5954mzrkzi9i3dhsrps4nc";
|
|
type = "gem";
|
|
};
|
|
version = "1.11.0";
|
|
};
|
|
ruby-vips = {
|
|
dependencies = [ "ffi" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0lk124dixshf8mmrjpsy9avnaygni3cwki25g8nm5py4d2f5fwwa";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.17";
|
|
};
|
|
simplecov = {
|
|
dependencies = [ "docile" "simplecov-html" "simplecov_json_formatter" ];
|
|
groups = [ "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1hrv046jll6ad1s964gsmcq4hvkr3zzr6jc7z1mns22mvfpbc3cr";
|
|
type = "gem";
|
|
};
|
|
version = "0.21.2";
|
|
};
|
|
simplecov-html = {
|
|
groups = [ "default" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0yx01bxa8pbf9ip4hagqkp5m0mqfnwnw2xk8kjraiywz4lrss6jb";
|
|
type = "gem";
|
|
};
|
|
version = "0.12.3";
|
|
};
|
|
simplecov_json_formatter = {
|
|
groups = [ "default" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0cl3j7p3b5q7sxsx1va63c8imc5x6g99xablz08qrmqhpi0d6g6j";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.2";
|
|
};
|
|
spring = {
|
|
groups = [ "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1x2wz1y2b0kp7mlk9k8zkl39rddk2l3x34b7dar3bh3axd1cs30d";
|
|
type = "gem";
|
|
};
|
|
version = "2.1.1";
|
|
};
|
|
spring-watcher-listen = {
|
|
dependencies = [ "listen" "spring" ];
|
|
groups = [ "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1ybz9nsngfz4psvgnbr3gdk5ibqqhq47lsjkwh5yq4f8brpr10yz";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.1";
|
|
};
|
|
sprockets = {
|
|
dependencies = [ "concurrent-ruby" "rack" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0ikgwbl6jv3frfiy3xhg5yxw9d0064rgzghar1rg391xmrc4gm38";
|
|
type = "gem";
|
|
};
|
|
version = "4.0.2";
|
|
};
|
|
sprockets-rails = {
|
|
dependencies = [ "actionpack" "activesupport" "sprockets" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0mwmz36265646xqfyczgr1mhkm1hfxgxxvgdgr4xfcbf2g72p1k2";
|
|
type = "gem";
|
|
};
|
|
version = "3.2.2";
|
|
};
|
|
thor = {
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "18yhlvmfya23cs3pvhr1qy38y41b6mhr5q9vwv5lrgk16wmf3jna";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.0";
|
|
};
|
|
tzinfo = {
|
|
dependencies = [ "concurrent-ruby" ];
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "10qp5x7f9hvlc0psv9gsfbxg4a7s0485wsbq1kljkxq94in91l4z";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.4";
|
|
};
|
|
unicode-display_width = {
|
|
groups = [ "default" "development" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1bilbnc8j6jkb59lrf177i3p1pdyxll0n8400hzqr35vl3r3kv2m";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.0";
|
|
};
|
|
wahwah = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0dk750bhy0l3adnzkkklyima816k7shi54g9byrlw2mq2nnw5s5i";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.1";
|
|
};
|
|
websocket-driver = {
|
|
dependencies = [ "websocket-extensions" ];
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1i3rs4kcj0jba8idxla3s6xd1xfln3k8b4cb1dik2lda3ifnp3dh";
|
|
type = "gem";
|
|
};
|
|
version = "0.7.3";
|
|
};
|
|
websocket-extensions = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.5";
|
|
};
|
|
will_paginate = {
|
|
groups = [ "default" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "10qk4mf3rfc0vr26j0ba6vcz7407rdjfn13ph690pkzr94rv8bay";
|
|
type = "gem";
|
|
};
|
|
version = "3.3.0";
|
|
};
|
|
zeitwerk = {
|
|
groups = [ "default" "development" "test" ];
|
|
platforms = [ ];
|
|
source = {
|
|
remotes = [ "https://rubygems.org" ];
|
|
sha256 = "1746czsjarixq0x05f7p3hpzi38ldg6wxnxxw74kbjzh1sdjgmpl";
|
|
type = "gem";
|
|
};
|
|
version = "2.4.2";
|
|
};
|
|
}
|