infrastructure/nixos/pkgs/glitch-soc/gemset.nix

3382 lines
88 KiB
Nix
Raw Normal View History

2022-09-10 15:10:01 +02:00
{
actioncable = {
2023-05-04 13:08:10 +02:00
dependencies = [ "actionpack" "activesupport" "nio4r" "websocket-driver" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0bndmmby5qxq8rs42fbb2ax3hhbjj2ds8wja08s0iadkbrn7shvf";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.1.7.3";
2022-09-10 15:10:01 +02:00
};
actionmailbox = {
2023-05-04 13:08:10 +02:00
dependencies = [
"actionpack"
"activejob"
"activerecord"
"activestorage"
"activesupport"
"mail"
];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0cx00kf0syq5gdhlrmw0q9v92ki55drbsk4gzy86ls2q8xkd792s";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.1.7.3";
2022-09-10 15:10:01 +02:00
};
actionmailer = {
2023-05-04 13:08:10 +02:00
dependencies = [
"actionpack"
"actionview"
"activejob"
"activesupport"
"mail"
"rails-dom-testing"
];
groups = [ "default" "development" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0vbif021cyndq3v3m61dkmgdbbirqk9zcsszb9nisq24m3gx1aai";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.1.7.3";
2022-09-10 15:10:01 +02:00
};
actionpack = {
2023-05-04 13:08:10 +02:00
dependencies = [
"actionview"
"activesupport"
"rack"
"rack-test"
"rails-dom-testing"
"rails-html-sanitizer"
];
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0k6hc7klvn8m88b88vykl83jrpqhn4zz67l2zx9v266xga6fhala";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.1.7.3";
2022-09-10 15:10:01 +02:00
};
actiontext = {
2023-05-04 13:08:10 +02:00
dependencies = [
"actionpack"
"activerecord"
"activestorage"
"activesupport"
"nokogiri"
];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "16ldxyxlxl9scggpmkww2fxzim7sl2b4js610pvddcsr74z9fjs7";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.1.7.3";
2022-09-10 15:10:01 +02:00
};
actionview = {
2023-05-04 13:08:10 +02:00
dependencies = [
"activesupport"
"builder"
"erubi"
"rails-dom-testing"
"rails-html-sanitizer"
];
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0ck02cfc17s6g05qn0k7khwvvazwbf2rxbjcma8px2nw2j1ngvcn";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.1.7.3";
2022-09-10 15:10:01 +02:00
};
active_model_serializers = {
2023-05-04 13:08:10 +02:00
dependencies =
[ "actionpack" "activemodel" "case_transform" "jsonapi-renderer" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0xdp7cpj3yj3wl4vj0nqq44kzjavlxi1wq3cf9zp0whkir0ym0gy";
type = "gem";
};
version = "0.10.13";
};
activejob = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activesupport" "globalid" ];
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "05bkw9qgjgj2nxzjj2fh6jp1fcvgff0aa4r77k0gcfmnzc1g8wdl";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.1.7.3";
2022-09-10 15:10:01 +02:00
};
activemodel = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activesupport" ];
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "03hy5bwghdklcxbdylmsq70y0qzslck5slb2zkvp7g6mmvk86kwd";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.1.7.3";
2022-09-10 15:10:01 +02:00
};
activerecord = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activemodel" "activesupport" ];
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "1alshkgbcxp9s4vqb2b0yrrnyg15kxhlp1slsb03a61w7h42pspw";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.1.7.3";
2022-09-10 15:10:01 +02:00
};
activestorage = {
2023-05-04 13:08:10 +02:00
dependencies = [
"actionpack"
"activejob"
"activerecord"
"activesupport"
"marcel"
"mini_mime"
];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "06w4wlabqqr9bwdig44r5vdwkcbbivwgwn2fl775w7h05vrccgp8";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.1.7.3";
2022-09-10 15:10:01 +02:00
};
activesupport = {
2023-05-04 13:08:10 +02:00
dependencies = [ "concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk" ];
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "06mihpy83a5xmavvn7l8vbix472dsi0vh30xj6g594k0679m0ir6";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.1.7.3";
2022-09-10 15:10:01 +02:00
};
addressable = {
2023-05-04 13:08:10 +02:00
dependencies = [ "public_suffix" ];
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "15s8van7r2ad3dq6i03l3z4hqnvxcq75a3h72kxvf9an53sqma20";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "2.8.4";
2022-09-10 15:10:01 +02:00
};
aes_key_wrap = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "19bn0y70qm6mfj4y1m0j3s8ggh6dvxwrwrj5vfamhdrpddsz8ddr";
type = "gem";
};
version = "1.1.0";
};
airbrussh = {
2023-05-04 13:08:10 +02:00
dependencies = [ "sshkit" ];
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0x55y3ynkda76pwnsvrrjlvxfcc7yn1irad8radll9c9cif41jqv";
type = "gem";
};
version = "1.4.1";
};
android_key_attestation = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "02spc1sh7zsljl02v9d5rdb717b628vw2k7jkkplifyjk4db0zj6";
type = "gem";
};
version = "0.3.0";
};
annotate = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activerecord" "rake" ];
groups = [ "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1lw0fxb5mirsdp3bp20gjyvs7clvi19jbxnrm2ihm20kzfhvlqcs";
type = "gem";
};
version = "3.2.0";
};
ast = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y";
type = "gem";
};
version = "2.4.2";
};
attr_encrypted = {
2023-05-04 13:08:10 +02:00
dependencies = [ "encryptor" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "034x6mbrv9apd83v99v9pm8vl3d17w5bbwws26gr4wv95fylmgnc";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "4.0.0";
2022-09-10 15:10:01 +02:00
};
attr_required = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1g22axmi2rhhy7w8c3x6gppsawxqavbrnxpnmphh22fk7cwi0kh2";
type = "gem";
};
version = "1.0.1";
};
awrence = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0gj8f8c54r9cabkm41s59sa1ca5wpbipw7gq3sfl87x9296227fx";
type = "gem";
};
version = "1.2.1";
};
aws-eventstream = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1pyis1nvnbjxk12a43xvgj2gv0mvp4cnkc1gzw0v1018r61399gz";
type = "gem";
};
version = "1.2.0";
};
aws-partitions = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "18ndv604p1p3gkyy0d958jx2wp74d100q6vbc6ak70a7bv93wqsg";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "1.752.0";
2022-09-10 15:10:01 +02:00
};
aws-sdk-core = {
2023-05-04 13:08:10 +02:00
dependencies =
[ "aws-eventstream" "aws-partitions" "aws-sigv4" "jmespath" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-04-10 12:18:47 +02:00
sha256 = "0732vv8zi67z25fss1sdvqx0vv1ap3w6hz1avxzwznkjp002vj39";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-04-10 12:18:47 +02:00
version = "3.171.0";
2022-09-10 15:10:01 +02:00
};
aws-sdk-kms = {
2023-05-04 13:08:10 +02:00
dependencies = [ "aws-sdk-core" "aws-sigv4" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-04-10 12:18:47 +02:00
sha256 = "0v87zi28dfmrv7bv91yfldccnpd63n295siirbz7wqv1rajn8n02";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-04-10 12:18:47 +02:00
version = "1.63.0";
2022-09-10 15:10:01 +02:00
};
aws-sdk-s3 = {
2023-05-04 13:08:10 +02:00
dependencies = [ "aws-sdk-core" "aws-sdk-kms" "aws-sigv4" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "1s5v3799pi7ik53gv7dl02am5pngv6x4azzwx9my09nll4q3lfk8";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "1.121.0";
2022-09-10 15:10:01 +02:00
};
aws-sigv4 = {
2023-05-04 13:08:10 +02:00
dependencies = [ "aws-eventstream" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-12-11 11:55:49 +01:00
sha256 = "11hkna2av47bl0yprgp8k4ya70rc3m2ib5w10fn0piplgkkmhz7m";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-12-11 11:55:49 +01:00
version = "1.5.2";
2022-09-10 15:10:01 +02:00
};
bcrypt = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "pam_authentication" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "048z3fvcknqx7ikkhrcrykxlqmf9bzc7l0y5h1cnvrc9n2qf0k8m";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "3.1.18";
2022-09-10 15:10:01 +02:00
};
better_errors = {
2023-05-04 13:08:10 +02:00
dependencies = [ "coderay" "erubi" "rack" ];
groups = [ "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "11220lfzhsyf5fcril3qd689kgg46qlpiiaj00hc9mh4mcbc3vrr";
type = "gem";
};
version = "2.9.1";
};
better_html = {
2023-05-04 13:08:10 +02:00
dependencies = [
"actionview"
"activesupport"
"ast"
"erubi"
"parser"
"smart_properties"
];
groups = [ "default" "development" "test" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2022-10-14 21:09:46 +02:00
sha256 = "1y090dmgjxr3yzxi3pg5jgirkmyfdrmjhabmzmhg5i8ssiqr2gdz";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-10-14 21:09:46 +02:00
version = "2.0.1";
2022-09-10 15:10:01 +02:00
};
bindata = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "04y4zgh4bbcb8wmkxwfqg4saky1d1f3xw8z6yk543q13h8ky8rz5";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "2.4.15";
2022-09-10 15:10:01 +02:00
};
binding_of_caller = {
2023-05-04 13:08:10 +02:00
dependencies = [ "debug_inspector" ];
groups = [ "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "078n2dkpgsivcf0pr50981w95nfc2bsrp3wpf9wnxz1qsp8jbb9s";
type = "gem";
};
version = "1.0.0";
};
blurhash = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "057afgqy73n8vm7k3cr4pbwm1hhqnm58lp4x7bgm5wzbs39m7xf8";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "0.1.7";
2022-09-10 15:10:01 +02:00
};
bootsnap = {
2023-05-04 13:08:10 +02:00
dependencies = [ "msgpack" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-02-14 11:43:36 +01:00
sha256 = "1vcg52gwl64xhhal6kwk1pc01y1klzdlnv1awyk89kb91z010x7q";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-02-14 11:43:36 +01:00
version = "1.16.0";
2022-09-10 15:10:01 +02:00
};
brakeman = {
2023-05-04 13:08:10 +02:00
groups = [ "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0wzvxpabnjwwjgr9s13965dbdgl3qfvwjbmhimh83p81bm5lsrnw";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "5.4.1";
2022-09-10 15:10:01 +02:00
};
browser = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0g4bcpax07kqqr9cp7cjc7i0pcij4nqpn1rdsg2wdwhzf00m6x32";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "5.3.1";
2022-09-10 15:10:01 +02:00
};
brpoplpush-redis_script = {
2023-05-04 13:08:10 +02:00
dependencies = [ "concurrent-ruby" "redis" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "1nd5zj5yqmhv9lrsqz8s2dqq28v4ywy95qrw7nzhhf89dl4dq49l";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "0.1.3";
2022-09-10 15:10:01 +02:00
};
builder = {
2023-05-04 13:08:10 +02:00
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr";
type = "gem";
};
version = "3.2.4";
};
bundler-audit = {
2023-05-04 13:08:10 +02:00
dependencies = [ "thor" ];
groups = [ "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0gdx0019vj04n1512shhdx7hwphzqmdpw4vva2k551nd47y1dixx";
type = "gem";
};
version = "0.9.1";
};
capistrano = {
2023-05-04 13:08:10 +02:00
dependencies = [ "airbrussh" "i18n" "rake" "sshkit" ];
groups = [ "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0nwn1a20q7xmlsgjqzf8msicyi6wkrjvgw62625717323ymz6qsr";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "3.17.2";
2022-09-10 15:10:01 +02:00
};
capistrano-bundler = {
2023-05-04 13:08:10 +02:00
dependencies = [ "capistrano" ];
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "09rndb1fa9r7mhb2sc6p3k0pcarhg8mv0kfmvd1zdb0ciwwp7514";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "2.1.0";
2022-09-10 15:10:01 +02:00
};
capistrano-rails = {
2023-05-04 13:08:10 +02:00
dependencies = [ "capistrano" "capistrano-bundler" ];
groups = [ "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1iyhs77bff09g18dlz0li5f44khjwpqc09gk5hzcnf5v9yvijpg9";
type = "gem";
};
version = "1.6.2";
};
capistrano-rbenv = {
2023-05-04 13:08:10 +02:00
dependencies = [ "capistrano" "sshkit" ];
groups = [ "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1x9m1i5zd0wx122zw3m40zprlmxk9d47bd6w61k81wr4qsvkk3rw";
type = "gem";
};
version = "2.2.0";
};
capistrano-yarn = {
2023-05-04 13:08:10 +02:00
dependencies = [ "capistrano" ];
groups = [ "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1zdg2s061vl5b8114n909mrjb2hc1qx0i4wqx9nacsrcjgyp07l9";
type = "gem";
};
version = "2.0.2";
};
capybara = {
2023-05-04 13:08:10 +02:00
dependencies = [
"addressable"
"matrix"
"mini_mime"
"nokogiri"
"rack"
"rack-test"
"regexp_parser"
"xpath"
];
groups = [ "test" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "06b4nlhirsq8ny17s8zgz7qyvl9v41rixj1xkviiiwxlnjz982d3";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "3.39.0";
2022-09-10 15:10:01 +02:00
};
case_transform = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activesupport" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0fzyws6spn5arqf6q604dh9mrj84a36k5hsc8z7jgcpfvhc49bg2";
type = "gem";
};
version = "0.2";
};
cbor = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0511idr8xps9625nh3kxr68sdy6l3xy2kcz7r57g47fxb1v18jj3";
type = "gem";
};
version = "0.5.9.6";
};
charlock_holmes = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0hybw8jw9ryvz5zrki3gc9r88jqy373m6v46ynxsdzv1ysiyr40p";
type = "gem";
};
version = "0.7.7";
};
chewy = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activesupport" "elasticsearch" "elasticsearch-dsl" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "1wxq6396814ngwnvwcjkkqm8ji8d7q385gw53kr1dbfihiivlizq";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "7.3.2";
2022-09-10 15:10:01 +02:00
};
chunky_png = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1znw5x86hmm9vfhidwdsijz8m38pqgmv98l9ryilvky0aldv7mc9";
type = "gem";
};
version = "1.4.0";
};
climate_control = {
2023-05-04 13:08:10 +02:00
groups = [ "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0q11v0iabvr6rif0d025xh078ili5frrihlj0m04zfg7lgvagxji";
type = "gem";
};
version = "0.2.0";
};
cocoon = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "038z97pkhvsqbh6cmyyzj58ya968p24k7r0f0rx7sa2kjvk193yh";
type = "gem";
};
version = "1.2.15";
};
coderay = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw";
type = "gem";
};
version = "1.1.3";
};
color_diff = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "01dpvqlzybpb3pkcwd9ik5sbjw283618ywvdphxslhiy8ps3kp4r";
type = "gem";
};
version = "0.1";
};
concurrent-ruby = {
2023-05-04 13:08:10 +02:00
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0krcwb6mn0iklajwngwsg850nk8k9b35dhmc2qkbdqvmifdi2y9q";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "1.2.2";
2022-09-10 15:10:01 +02:00
};
connection_pool = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0dndngqvkm2ih3wqn5ilf9980c1cc57lqn5lywx3myalzpilq05z";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "2.4.0";
2022-09-10 15:10:01 +02:00
};
cose = {
2023-05-04 13:08:10 +02:00
dependencies = [ "cbor" "openssl-signature_algorithm" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "00c6x4ha7qiaaf88qdbyf240mk146zz78rbm4qwyaxmwlmk7q933";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "1.3.0";
2022-09-10 15:10:01 +02:00
};
crack = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rexml" ];
groups = [ "default" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1cr1kfpw3vkhysvkk3wg7c54m75kd68mbm9rs5azdjdq57xid13r";
type = "gem";
};
version = "0.4.5";
};
crass = {
2023-05-04 13:08:10 +02:00
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw";
type = "gem";
};
version = "1.0.6";
};
css_parser = {
2023-05-04 13:08:10 +02:00
dependencies = [ "addressable" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "04q1vin8slr3k8mp76qz0wqgap6f9kdsbryvgfq9fljhrm463kpj";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "1.14.0";
2022-09-10 15:10:01 +02:00
};
2023-01-23 12:06:57 +01:00
date = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" ];
platforms = [ ];
2023-01-23 12:06:57 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "03skfikihpx37rc27vr3hwrb057gxnmdzxhmzd4bf4jpkl0r55w1";
type = "gem";
};
version = "3.3.3";
};
2022-09-10 15:10:01 +02:00
debug_inspector = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "01l678ng12rby6660pmwagmyg8nccvjfgs3487xna7ay378a59ga";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "1.1.0";
2022-09-10 15:10:01 +02:00
};
devise = {
2023-05-04 13:08:10 +02:00
dependencies = [ "bcrypt" "orm_adapter" "railties" "responders" "warden" ];
groups = [ "default" "pam_authentication" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-04-10 12:18:47 +02:00
sha256 = "0vpd7d61d4pfmyb2plnnv82wmczzlhw4k4gjhd2fv4r6vq8ilqqi";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-04-10 12:18:47 +02:00
version = "4.9.2";
2022-09-10 15:10:01 +02:00
};
devise-two-factor = {
2023-05-04 13:08:10 +02:00
dependencies =
[ "activesupport" "attr_encrypted" "devise" "railties" "rotp" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-03 09:43:05 +02:00
fetchSubmodules = false;
rev = "e685f91ce62d036259885fbe31fcb4fa930bcfcb";
sha256 = "1zdlhzm2m87xgzacmm68j51wpz7dcmg8wl1r9wxkhs51c90yvqla";
type = "git";
url = "https://github.com/tinfoil/devise-two-factor.git";
2022-09-10 15:10:01 +02:00
};
version = "4.0.2";
};
devise_pam_authenticatable2 = {
2023-05-04 13:08:10 +02:00
dependencies = [ "devise" "rpam2" ];
groups = [ "pam_authentication" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "13ipl52pkhc6vxp8ca31viwv01237bi2bfk3b1fixq1x46nf87p2";
type = "gem";
};
version = "9.2.0";
};
diff-lcs = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0rwvjahnp7cpmracd8x732rjgnilqv2sx7d1gfrysslc3h039fa9";
type = "gem";
};
version = "1.5.0";
};
discard = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activerecord" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1xavjhccyyzn9z6fz3034vgvzprc983mbrq6n9sc0drfw7m3vrip";
type = "gem";
};
version = "1.2.1";
};
docile = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "1lxqxgq71rqwj1lpl9q1mbhhhhhhdkkj7my341f2889pwayk85sz";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "1.4.0";
2022-09-10 15:10:01 +02:00
};
domain_name = {
2023-05-04 13:08:10 +02:00
dependencies = [ "unf" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0lcqjsmixjp52bnlgzh4lg9ppsk52x9hpwdjd53k8jnbah2602h0";
type = "gem";
};
version = "0.5.20190701";
};
doorkeeper = {
2023-05-04 13:08:10 +02:00
dependencies = [ "railties" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-04-10 12:18:47 +02:00
sha256 = "1q2pywgyn6cbnm0fh3dln5z1qgd1g8hvb4x8rppjc1bpfxnfhi13";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-04-10 12:18:47 +02:00
version = "5.6.6";
2022-09-10 15:10:01 +02:00
};
dotenv = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1n0pi8x8ql5h1mijvm8lgn6bhq4xjb5a500p5r1krq4s6j9lg565";
type = "gem";
};
version = "2.8.1";
};
dotenv-rails = {
2023-05-04 13:08:10 +02:00
dependencies = [ "dotenv" "railties" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0v0gcbxzypcvy6fqq4gp80jb310xvdwj5n8qw9ci67g5yjvq2nxh";
type = "gem";
};
version = "2.8.1";
};
ed25519 = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0zb2dr2ihb1qiknn5iaj1ha1w9p7lj9yq5waasndlfadz225ajji";
type = "gem";
};
version = "1.3.0";
};
elasticsearch = {
2023-05-04 13:08:10 +02:00
dependencies = [ "elasticsearch-api" "elasticsearch-transport" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0havyxmvl157a653prspnbhgdchlx44xqxl170v1im5ggxwavcaq";
type = "gem";
};
version = "7.13.3";
};
elasticsearch-api = {
2023-05-04 13:08:10 +02:00
dependencies = [ "multi_json" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0bmssarkk7lqkjdn8c9j7jvxcnn4hg1zcmhsky8bfvc99k33b3w8";
type = "gem";
};
version = "7.13.3";
};
elasticsearch-dsl = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "174m3fwm3mawbkjg2xbmqvljq7ava4s95m8vpg5khcvfj506wxfk";
type = "gem";
};
version = "0.1.10";
};
elasticsearch-transport = {
2023-05-04 13:08:10 +02:00
dependencies = [ "faraday" "multi_json" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0blfii8qvj0m6bg9sbfynxc40in7zfmw2wpi4clv7d9gclk053db";
type = "gem";
};
version = "7.13.3";
};
encryptor = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0s8rvfl0vn8w7k1sgkc234060jh468s3zd45xa64p1jdmfa3zwmb";
type = "gem";
};
version = "3.0.0";
};
erubi = {
2023-05-04 13:08:10 +02:00
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "08s75vs9cxlc4r1q2bjg4br8g9wc5lc5x5vl0vv4zq5ivxsdpgi7";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "1.12.0";
2022-09-10 15:10:01 +02:00
};
et-orbi = {
2023-05-04 13:08:10 +02:00
dependencies = [ "tzinfo" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1d2z4ky2v15dpcz672i2p7lb2nc793dasq3yq3660h2az53kss9v";
type = "gem";
};
version = "1.2.7";
};
excon = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0j826kfvzn7nc5pv950n270r0sx1702k988ad11cdlav3dcxxw09";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "0.99.0";
2022-09-10 15:10:01 +02:00
};
fabrication = {
2023-05-04 13:08:10 +02:00
groups = [ "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0bxssmjp49whzq2zv7w751gr4nkdaiwcxd1vda0byigwyrnj6f5q";
type = "gem";
};
version = "2.30.0";
};
faker = {
2023-05-04 13:08:10 +02:00
dependencies = [ "i18n" ];
groups = [ "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "1i3l58jrcapkp70v3swr0x4s6bj1101920al50wsaaj9dv0vhvm7";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "3.2.0";
2022-09-10 15:10:01 +02:00
};
faraday = {
2023-05-04 13:08:10 +02:00
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" ];
2023-03-20 14:51:39 +01:00
sha256 = "1c760q0ks4vj4wmaa7nh1dgvgqiwaw0mjr7v8cymy7i3ffgjxx90";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "1.10.3";
2022-09-10 15:10:01 +02:00
};
faraday-em_http = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "12cnqpbak4vhikrh2cdn94assh3yxza8rq2p9w2j34bqg5q4qgbs";
type = "gem";
};
version = "1.0.0";
};
faraday-em_synchrony = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1vgrbhkp83sngv6k4mii9f2s9v5lmp693hylfxp2ssfc60fas3a6";
type = "gem";
};
version = "1.0.0";
};
faraday-excon = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0h09wkb0k0bhm6dqsd47ac601qiaah8qdzjh8gvxfd376x1chmdh";
type = "gem";
};
version = "1.1.0";
};
faraday-httpclient = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0fyk0jd3ks7fdn8nv3spnwjpzx2lmxmg2gh4inz3by1zjzqg33sc";
type = "gem";
};
version = "1.0.1";
};
faraday-multipart = {
2023-05-04 13:08:10 +02:00
dependencies = [ "multipart-post" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "09871c4hd7s5ws1wl4gs7js1k2wlby6v947m2bbzg43pnld044lh";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "1.0.4";
2022-09-10 15:10:01 +02:00
};
faraday-net_http = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1fi8sda5hc54v1w3mqfl5yz09nhx35kglyx72w7b8xxvdr0cwi9j";
type = "gem";
};
version = "1.0.1";
};
faraday-net_http_persistent = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0dc36ih95qw3rlccffcb0vgxjhmipsvxhn6cw71l7ffs0f7vq30b";
type = "gem";
};
version = "1.2.0";
};
faraday-patron = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "19wgsgfq0xkski1g7m96snv39la3zxz6x7nbdgiwhg5v82rxfb6w";
type = "gem";
};
version = "1.0.0";
};
faraday-rack = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1h184g4vqql5jv9s9im6igy00jp6mrah2h14py6mpf9bkabfqq7g";
type = "gem";
};
version = "1.0.0";
};
faraday-retry = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "153i967yrwnswqgvnnajgwp981k9p50ys1h80yz3q94rygs59ldd";
type = "gem";
};
version = "1.0.3";
};
fast_blank = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1shpmamyzyhyxmv95r96ja5rylzaw60r19647d0fdm7y2h2c77r6";
type = "gem";
};
version = "1.0.1";
};
fastimage = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0nnggg20za5vamdpkgrxxa32z33d8hf0g2bciswkhqnc6amb3yjr";
type = "gem";
};
version = "2.2.6";
};
ffi = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1862ydmclzy1a0cjbvm8dz7847d9rch495ib0zb64y84d3xd4bkg";
type = "gem";
};
version = "1.15.5";
};
ffi-compiler = {
2023-05-04 13:08:10 +02:00
dependencies = [ "ffi" "rake" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0c2caqm9wqnbidcb8dj4wd3s902z15qmgxplwyfyqbwa0ydki7q1";
type = "gem";
};
version = "1.0.1";
};
fog-core = {
2023-05-04 13:08:10 +02:00
dependencies = [ "builder" "excon" "formatador" "mime-types" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1agd6xgzk0rxrsjdpn94v4hy89s0nm2cs4zg2p880w2dan9xgrak";
type = "gem";
};
version = "2.1.0";
};
fog-json = {
2023-05-04 13:08:10 +02:00
dependencies = [ "fog-core" "multi_json" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1zj8llzc119zafbmfa4ai3z5s7c4vp9akfs0f9l2piyvcarmlkyx";
type = "gem";
};
version = "1.2.0";
};
fog-openstack = {
2023-05-04 13:08:10 +02:00
dependencies = [ "fog-core" "fog-json" "ipaddress" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "11j18h61d3p0pcp9k5346lbj1lahab1dqybkrx9338932lmjn7ap";
type = "gem";
};
version = "0.3.10";
};
formatador = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "0mprf1dwznz5ld0q1jpbyl59fwnwk6azspnd0am7zz7kfg3pxhv5";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "0.3.0";
2022-09-10 15:10:01 +02:00
};
fugit = {
2023-05-04 13:08:10 +02:00
dependencies = [ "et-orbi" "raabro" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "1cm2lrvhrpqq19hbdsxf4lq2nkb2qdldbdxh3gvi15l62dlb5zqq";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "1.8.1";
2022-09-10 15:10:01 +02:00
};
fuubar = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rspec-core" "ruby-progressbar" ];
groups = [ "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1028vn7j3kc5qqwswrf3has3qm4j9xva70xmzb3n29i89f0afwmj";
type = "gem";
};
version = "2.5.1";
};
2023-03-20 14:51:39 +01:00
globalid = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activesupport" ];
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0kqm5ndzaybpnpxqiqkc41k4ksyxl41ln8qqr6kb130cdxsf2dxk";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "1.1.0";
2022-09-10 15:10:01 +02:00
};
2023-03-20 14:51:39 +01:00
haml = {
2023-05-04 13:08:10 +02:00
dependencies = [ "temple" "thor" "tilt" ];
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "1vcr5wcvfbsq91302playk3i98wdisspkybcmajl04agv4k8xr68";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.1.1";
2022-09-10 15:10:01 +02:00
};
2023-03-20 14:51:39 +01:00
haml-rails = {
2023-05-04 13:08:10 +02:00
dependencies = [ "actionpack" "activesupport" "haml" "railties" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "1sjrdwc4azzfpsp2xk0365z031482gcrs0c54d5wx0igkqca0fr7";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "2.1.0";
2022-09-10 15:10:01 +02:00
};
2023-03-20 14:51:39 +01:00
haml_lint = {
2023-05-04 13:08:10 +02:00
dependencies = [ "haml" "parallel" "rainbow" "rubocop" "sysexits" ];
groups = [ "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "1yz5g7ffyv99vd9x3yj64ba4zv2bd71gmgrf60a3kc8m1cvc1z5p";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "0.45.0";
2022-09-10 15:10:01 +02:00
};
hashdiff = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1nynpl0xbj0nphqx1qlmyggq58ms1phf5i03hk64wcc0a17x1m1c";
type = "gem";
};
version = "1.0.1";
};
hashie = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1nh3arcrbz1rc1cr59qm53sdhqm137b258y8rcb4cvd3y98lwv4x";
type = "gem";
};
version = "5.0.0";
};
hcaptcha = {
2023-05-04 13:08:10 +02:00
dependencies = [ "json" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0fh6391zlv2ikvzqj2gymb70k1avk1j9da8bzgw0scsz2wqq98m2";
type = "gem";
};
version = "7.1.0";
};
highline = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "1f8cr014j7mdqpdb9q17fp5vb5b8n1pswqaif91s3ylg5x3pygfn";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "2.1.0";
2022-09-10 15:10:01 +02:00
};
hiredis = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "04jj8k7lxqxw24sp0jiravigdkgsyrpprxpxm71ba93x1wr2w1bz";
type = "gem";
};
version = "0.6.3";
};
hkdf = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "04fixg0a51n4vy0j6c1hvisa2yl33m3jrrpxpb5sq6j511vjriil";
type = "gem";
};
version = "0.3.0";
};
htmlentities = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1nkklqsn8ir8wizzlakncfv42i32wc0w9hxp00hvdlgjr7376nhj";
type = "gem";
};
version = "4.3.4";
};
http = {
2023-05-04 13:08:10 +02:00
dependencies =
[ "addressable" "http-cookie" "http-form_data" "llhttp-ffi" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "1bzb8p31kzv6q5p4z5xq88mnqk414rrw0y5rkhpnvpl29x5c3bpw";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "5.1.1";
2022-09-10 15:10:01 +02:00
};
http-cookie = {
2023-05-04 13:08:10 +02:00
dependencies = [ "domain_name" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "13rilvlv8kwbzqfb644qp6hrbsj82cbqmnzcvqip1p6vqx36sxbk";
type = "gem";
};
version = "1.0.5";
};
http-form_data = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1wx591jdhy84901pklh1n9sgh74gnvq1qyqxwchni1yrc49ynknc";
type = "gem";
};
version = "2.3.0";
};
http_accept_language = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0d0nlfz9vm4jr1l6q0chx4rp2hrnrfbx3gadc1dz930lbbaz0hq0";
type = "gem";
};
version = "2.1.1";
};
httpclient = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "19mxmvghp7ki3klsxwrlwr431li7hm1lczhhj8z4qihl2acy8l99";
type = "gem";
};
version = "2.8.3";
};
httplog = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rack" "rainbow" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-12-11 11:55:49 +01:00
sha256 = "0zjsgrlvwpqsnrza4ijlxjld4550c661sgbqp2j2wp638nlnls1a";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-12-11 11:55:49 +01:00
version = "1.6.2";
2022-09-10 15:10:01 +02:00
};
i18n = {
2023-05-04 13:08:10 +02:00
dependencies = [ "concurrent-ruby" ];
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1vdcchz7jli1p0gnc669a7bj3q1fv09y9ppf0y3k0vb1jwdwrqwi";
type = "gem";
};
version = "1.12.0";
};
i18n-tasks = {
2023-05-04 13:08:10 +02:00
dependencies = [
"activesupport"
"ast"
"better_html"
"erubi"
"highline"
"i18n"
"parser"
"rails-i18n"
"rainbow"
"terminal-table"
];
groups = [ "development" "test" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2022-10-14 21:09:46 +02:00
sha256 = "19zkcsqwzc3i6vizj26mxxww6m5grv9zmp6yxyswbqq9kyzb081z";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-10-14 21:09:46 +02:00
version = "1.0.12";
2022-09-10 15:10:01 +02:00
};
idn-ruby = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-12-11 11:55:49 +01:00
sha256 = "0dy04jx3n1ddz744b80mg7hp87miysnjp0h21lqr43hpmhdglxih";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-12-11 11:55:49 +01:00
version = "0.1.5";
2022-09-10 15:10:01 +02:00
};
ipaddress = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1x86s0s11w202j6ka40jbmywkrx8fhq8xiy8mwvnkhllj57hqr45";
type = "gem";
};
version = "0.8.3";
};
jmespath = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-12-11 11:55:49 +01:00
sha256 = "1cdw9vw2qly7q7r41s7phnac264rbsdqgj4l0h4nqgbjb157g393";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-12-11 11:55:49 +01:00
version = "1.6.2";
2022-09-10 15:10:01 +02:00
};
json = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "0nalhin1gda4v8ybk6lq8f407cgfrj6qzn234yra4ipkmlbfmal6";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "2.6.3";
2022-09-10 15:10:01 +02:00
};
json-canonicalization = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0zc3ndnp4rjqg98cy2dd9x266vk23rz4mpl8afwn26vj49si56av";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "0.3.1";
2022-09-10 15:10:01 +02:00
};
json-jwt = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activesupport" "aes_key_wrap" "bindata" "httpclient" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-02-14 11:43:36 +01:00
sha256 = "04315mf4p9qa97grdfqv922paghzdfrbb982ap0p99rqwla4znv6";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-02-14 11:43:36 +01:00
version = "1.15.3";
2022-09-10 15:10:01 +02:00
};
json-ld = {
2023-05-04 13:08:10 +02:00
dependencies = [
"htmlentities"
"json-canonicalization"
"link_header"
"multi_json"
"rack"
"rdf"
];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "02lz2fgqmp3dr5q05hagk01knds69n33k0ljjgdj9a7ajapwgvhf";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "3.2.4";
2022-09-10 15:10:01 +02:00
};
json-ld-preloaded = {
2023-05-04 13:08:10 +02:00
dependencies = [ "json-ld" "rdf" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-12-11 11:55:49 +01:00
sha256 = "004s52m37b2kbw8dv4rdfm2d90h1023z1mw9zfcs0x87v8aq7zyn";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-12-11 11:55:49 +01:00
version = "3.2.2";
2022-09-10 15:10:01 +02:00
};
2023-01-23 12:06:57 +01:00
json-schema = {
2023-05-04 13:08:10 +02:00
dependencies = [ "addressable" ];
groups = [ "test" ];
platforms = [ ];
2023-01-23 12:06:57 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "155rygs093i8i04i38a97hs5icmqk2jkkhx76w31yxyr3bxfbgx3";
2023-01-23 12:06:57 +01:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "4.0.0";
2023-01-23 12:06:57 +01:00
};
2022-09-10 15:10:01 +02:00
jsonapi-renderer = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0ys4drd0k9rw5ixf8n8fx8v0pjh792w4myh0cpdspd317l1lpi5m";
type = "gem";
};
version = "0.2.2";
};
jwt = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "09yj3z5snhaawh2z1w45yyihzmh57m6m7dp8ra8gxavhj5kbiq5p";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "2.7.0";
2022-09-10 15:10:01 +02:00
};
kaminari = {
2023-05-04 13:08:10 +02:00
dependencies = [
"activesupport"
"kaminari-actionview"
"kaminari-activerecord"
"kaminari-core"
];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0gia8irryvfhcr6bsr64kpisbgdbqjsqfgrk12a11incmpwny1y4";
type = "gem";
};
version = "1.2.2";
};
kaminari-actionview = {
2023-05-04 13:08:10 +02:00
dependencies = [ "actionview" "kaminari-core" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "02f9ghl3a9b5q7l079d3yzmqjwkr4jigi7sldbps992rigygcc0k";
type = "gem";
};
version = "1.2.2";
};
kaminari-activerecord = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activerecord" "kaminari-core" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0c148z97s1cqivzbwrak149z7kl1rdmj7dxk6rpkasimmdxsdlqd";
type = "gem";
};
version = "1.2.2";
};
kaminari-core = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1zw3pg6kj39y7jxakbx7if59pl28lhk98fx71ks5lr3hfgn6zliv";
type = "gem";
};
version = "1.2.2";
};
kt-paperclip = {
2023-05-04 13:08:10 +02:00
dependencies =
[ "activemodel" "activesupport" "marcel" "mime-types" "terrapin" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-03-20 14:51:39 +01:00
fetchSubmodules = false;
rev = "11abf222dc31bff71160a1d138b445214f434b2b";
sha256 = "03mw3vaqwwi92l1nfd7lrhdiv9gcvdbar2wl1bi4pb3ja4h8nx2v";
type = "git";
url = "https://github.com/kreeti/kt-paperclip.git";
2022-09-10 15:10:01 +02:00
};
version = "7.1.1";
};
launchy = {
2023-05-04 13:08:10 +02:00
dependencies = [ "addressable" ];
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "06r43899384das2bkbrpsdxsafyyqa94il7111053idfalb4984a";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "2.5.2";
2022-09-10 15:10:01 +02:00
};
letter_opener = {
2023-05-04 13:08:10 +02:00
dependencies = [ "launchy" ];
groups = [ "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1y5d4ip4l12v58bgazadl45iv3a5j7jp2gwg96b6jy378zn42a1d";
type = "gem";
};
version = "1.8.1";
};
letter_opener_web = {
2023-05-04 13:08:10 +02:00
dependencies = [ "actionmailer" "letter_opener" "railties" "rexml" ];
groups = [ "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0vvvaz2ngaxv0s6sj25gdvp73vd8pfl8q3jharadg18p3va0m1ik";
type = "gem";
};
version = "2.0.0";
};
link_header = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1yamrdq4rywmnpdhbygnkkl9fdy249fg5r851nrkkxr97gj5rihm";
type = "gem";
};
version = "0.0.8";
};
llhttp-ffi = {
2023-05-04 13:08:10 +02:00
dependencies = [ "ffi-compiler" "rake" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "00dh6zmqdj59rhcya0l4b9aaxq6n8xizfbil93k0g06gndyk5xz5";
type = "gem";
};
version = "0.4.0";
};
lograge = {
2023-05-04 13:08:10 +02:00
dependencies = [ "actionpack" "activesupport" "railties" "request_store" ];
groups = [ "production" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "15pjm9pa5m3mbv9xvfgfr16q4jyaznsg8y63jz9x4jqr8npw0vx3";
type = "gem";
};
version = "0.12.0";
};
loofah = {
2023-05-04 13:08:10 +02:00
dependencies = [ "crass" "nokogiri" ];
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-04-10 12:18:47 +02:00
sha256 = "1mi4ia13fisc97fzd8xcd9wkjdki7zfbmdn1xkdzplicir68gyp8";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-04-10 12:18:47 +02:00
version = "2.20.0";
2022-09-10 15:10:01 +02:00
};
mail = {
2023-05-04 13:08:10 +02:00
dependencies = [ "mini_mime" "net-imap" "net-pop" "net-smtp" ];
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "2.8.1";
2022-09-10 15:10:01 +02:00
};
makara = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activerecord" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0a6x6w1ij484s1z0wp667d6v0zb8bylhhr3av10yz60a2nz4r1l7";
type = "gem";
};
version = "0.5.1";
};
marcel = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0kky3yiwagsk8gfbzn3mvl2fxlh3b39v6nawzm4wpjs6xxvvc4x0";
type = "gem";
};
version = "1.0.2";
};
mario-redis-lock = {
2023-05-04 13:08:10 +02:00
dependencies = [ "redis" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1v9wdjcjqzpns2migxp4a5b4w82mipi0fwihbqz3q2qj2qm7wc17";
type = "gem";
};
version = "1.2.1";
};
matrix = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1h2cgkpzkh3dd0flnnwfq6f3nl2b1zff9lvqz8xs853ssv5kq23i";
type = "gem";
};
version = "0.4.2";
};
memory_profiler = {
2023-05-04 13:08:10 +02:00
groups = [ "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-12-11 11:55:49 +01:00
sha256 = "1c81d68r4wx0ckbmqxlfqc2qpd94jwcmqdm0xgr0s46r48pv9k9q";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-12-11 11:55:49 +01:00
version = "1.0.1";
2022-09-10 15:10:01 +02:00
};
method_source = {
2023-05-04 13:08:10 +02:00
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1pnyh44qycnf9mzi1j6fywd5fkskv3x7nmsqrrws0rjn5dd4ayfp";
type = "gem";
};
version = "1.0.0";
};
mime-types = {
2023-05-04 13:08:10 +02:00
dependencies = [ "mime-types-data" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0ipw892jbksbxxcrlx9g5ljq60qx47pm24ywgfbyjskbcl78pkvb";
type = "gem";
};
version = "3.4.1";
};
mime-types-data = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "1pky3vzaxlgm9gw5wlqwwi7wsw3jrglrfflrppvvnsrlaiz043z9";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "3.2023.0218.1";
2022-09-10 15:10:01 +02:00
};
mini_mime = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0lbim375gw2dk6383qirz13hgdmxlan0vc5da2l072j3qw6fqjm5";
type = "gem";
};
version = "1.1.2";
};
mini_portile2 = {
2023-05-04 13:08:10 +02:00
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "1af4yarhbbx62f7qsmgg5fynrik0s36wjy3difkawy536xg343mp";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "2.8.1";
2022-09-10 15:10:01 +02:00
};
minitest = {
2023-05-04 13:08:10 +02:00
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0ic7i5z88zcaqnpzprf7saimq2f6sad57g5mkkqsrqrcd6h3mx06";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "5.18.0";
2022-09-10 15:10:01 +02:00
};
msgpack = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "172ky0r1jfcm3xyg067pia7k1lhc15vw9svv93max120gcdbrvji";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "1.7.0";
2022-09-10 15:10:01 +02:00
};
multi_json = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z";
type = "gem";
};
version = "1.15.0";
};
multipart-post = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0lgyysrpl50wgcb9ahg29i4p01z0irb3p9lirygma0kkfr5dgk9x";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "2.3.0";
};
net-http = {
2023-05-04 13:08:10 +02:00
dependencies = [ "uri" ];
groups = [ "default" ];
platforms = [ ];
2023-03-20 14:51:39 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0y55ib1v2b8prqfi9ij7hca60b1j94s2bzr6vskwi3i5735472wq";
type = "gem";
};
version = "0.3.2";
2022-09-10 15:10:01 +02:00
};
2023-01-23 12:06:57 +01:00
net-imap = {
2023-05-04 13:08:10 +02:00
dependencies = [ "date" "net-protocol" ];
groups = [ "default" "development" ];
platforms = [ ];
2023-01-23 12:06:57 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "1d996zf3g8xz244791b0qsl9vr7zg4lqnnmf9k2kshr9lki5jam8";
type = "gem";
};
version = "0.3.4";
};
2022-09-10 15:10:01 +02:00
net-ldap = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0xqcffn3c1564c4fizp10dzw2v5g2pabdzrcn25hq05bqhsckbar";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "0.18.0";
2022-09-10 15:10:01 +02:00
};
2023-01-23 12:06:57 +01:00
net-pop = {
2023-05-04 13:08:10 +02:00
dependencies = [ "net-protocol" ];
groups = [ "default" "development" ];
platforms = [ ];
2023-01-23 12:06:57 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4";
type = "gem";
};
version = "0.1.2";
};
2022-12-11 11:55:49 +01:00
net-protocol = {
2023-05-04 13:08:10 +02:00
dependencies = [ "timeout" ];
groups = [ "default" "development" ];
platforms = [ ];
2022-12-11 11:55:49 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-02-14 11:43:36 +01:00
sha256 = "0dxckrlw4q1lcn3qg4mimmjazmg9bma5gllv72f8js3p36fb3b91";
2022-12-11 11:55:49 +01:00
type = "gem";
};
2023-02-14 11:43:36 +01:00
version = "0.2.1";
2022-12-11 11:55:49 +01:00
};
2022-09-10 15:10:01 +02:00
net-scp = {
2023-05-04 13:08:10 +02:00
dependencies = [ "net-ssh" ];
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "1si2nq9l6jy5n2zw1q59a5gaji7v9vhy8qx08h4fg368906ysbdk";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "4.0.0";
2022-09-10 15:10:01 +02:00
};
2022-12-11 11:55:49 +01:00
net-smtp = {
2023-05-04 13:08:10 +02:00
dependencies = [ "net-protocol" ];
groups = [ "default" "development" ];
platforms = [ ];
2022-12-11 11:55:49 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-12-11 11:55:49 +01:00
sha256 = "1c6md06hm5bf6rv53sk54dl2vg038pg8kglwv3rayx0vk2mdql9x";
type = "gem";
};
version = "0.3.3";
};
2022-09-10 15:10:01 +02:00
net-ssh = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0yx0pb5fmziz92bw8qzbh8vf20lr56nd3s6q8h0gsgr307lki687";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "7.1.0";
2022-09-10 15:10:01 +02:00
};
nio4r = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0w9978zwjf1qhy3amkivab0f9syz6a7k0xgydjidaf7xc831d78f";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "2.5.9";
2022-09-10 15:10:01 +02:00
};
nokogiri = {
2023-05-04 13:08:10 +02:00
dependencies = [ "mini_portile2" "racc" ];
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0fnw0z8zl8b5k35g9m5hhc1g4s6ajzjinhyxnqjrx7l7p07fw71v";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "1.14.3";
2022-09-10 15:10:01 +02:00
};
nsa = {
2023-05-04 13:08:10 +02:00
dependencies =
[ "activesupport" "concurrent-ruby" "sidekiq" "statsd-ruby" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1jzs1n71pi6najhs9h8jx156gzgk3h9bwjr60vazizwdz3mm69ia";
type = "gem";
};
version = "0.2.8";
};
oj = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0l8l90iibzrxs33vn3adrhbg8cbmbn1qfh962p7gzwwybsdw73qy";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "3.14.3";
2022-09-10 15:10:01 +02:00
};
omniauth = {
2023-05-04 13:08:10 +02:00
dependencies = [ "hashie" "rack" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1jn9j54l5h7xcba2vjq74l1dk0xrwvsjxam4qhylpi52nw0h5502";
type = "gem";
};
version = "1.9.2";
};
omniauth-cas = {
2023-05-04 13:08:10 +02:00
dependencies = [ "addressable" "nokogiri" "omniauth" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0kzlh1nac4yz70917cdcsk0r23gy5h7i0x5kbmkvkpbgk6gvrb0z";
type = "gem";
};
version = "2.0.0";
};
omniauth-rails_csrf_protection = {
2023-05-04 13:08:10 +02:00
dependencies = [ "actionpack" "omniauth" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0xgkxwg17w39q3yjqcj0fm6hdkw37qm1l82dvm9zxn6q2pbzm2zv";
type = "gem";
};
version = "0.1.2";
};
omniauth-saml = {
2023-05-04 13:08:10 +02:00
dependencies = [ "omniauth" "ruby-saml" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0gxl14lbksnjkl8dfn23lsjkk63md77icm5racrh6fsp5n4ni9d4";
type = "gem";
};
version = "1.10.3";
};
2023-03-20 14:51:39 +01:00
omniauth_openid_connect = {
2023-05-04 13:08:10 +02:00
dependencies = [ "omniauth" "openid_connect" ];
groups = [ "default" ];
platforms = [ ];
2023-03-20 14:51:39 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "08yl0x203k6nrshc70zawfqh79ap1c3fyka9zwwy61cvn7sih4sz";
type = "gem";
};
version = "0.6.1";
};
2022-09-10 15:10:01 +02:00
openid_connect = {
2023-05-04 13:08:10 +02:00
dependencies = [
"activemodel"
"attr_required"
"json-jwt"
"net-smtp"
"rack-oauth2"
"swd"
"tzinfo"
"validate_email"
"validate_url"
"webfinger"
];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2023-02-14 11:43:36 +01:00
sha256 = "1k9kdivp45v6vhzdrnl5fzhd378gjj2hl4w9bazbqnfm15rsnzc8";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-02-14 11:43:36 +01:00
version = "1.4.2";
2022-09-10 15:10:01 +02:00
};
openssl = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0c649921vg2l939z5cc3jwd8p1v49099pdhxfk7sb9qqx5wi5873";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "3.1.0";
2022-09-10 15:10:01 +02:00
};
openssl-signature_algorithm = {
2023-05-04 13:08:10 +02:00
dependencies = [ "openssl" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "103yjl68wqhl5kxaciir5jdnyi7iv9yckishdr52s5knh9g0pd53";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "1.3.0";
2022-09-10 15:10:01 +02:00
};
orm_adapter = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "pam_authentication" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1fg9jpjlzf5y49qs9mlpdrgs5rpcyihq1s4k79nv9js0spjhnpda";
type = "gem";
};
version = "0.5.0";
};
ox = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0i1qq88cwh9pccg59whg50rpkgdfrijn4q6k5p3clwrjqgm56lrd";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "2.14.16";
2022-09-10 15:10:01 +02:00
};
parallel = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0jcc512l38c0c163ni3jgskvq1vc3mr8ly5pvjijzwvfml9lf597";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "1.23.0";
2022-09-10 15:10:01 +02:00
};
parser = {
2023-05-04 13:08:10 +02:00
dependencies = [ "ast" ];
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "08f89nssj7ws7sjfvc2fcjpfm83sjgmniyh0npnmpqf5sfv44r8x";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "3.2.2.1";
2022-09-10 15:10:01 +02:00
};
parslet = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "01pnw6ymz6nynklqvqxs4bcai25kcvnd5x4id9z3vd1rbmlk0lfl";
type = "gem";
};
version = "2.0.0";
};
pastel = {
2023-05-04 13:08:10 +02:00
dependencies = [ "tty-color" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0xash2gj08dfjvq4hy6l1z22s5v30fhizwgs10d6nviggpxsj7a8";
type = "gem";
};
version = "0.8.0";
};
pg = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "1qja5f6k9v3jjip7mv3qjgx7rwmk1663cxz8jnb589znvj4wxd9l";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "1.5.2";
2022-09-10 15:10:01 +02:00
};
pghero = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activerecord" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "002v32dzyyr29xd9cdsqp55g5gx19skvq9b4a4hr9lrs4i1xsavm";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "3.3.3";
2022-09-10 15:10:01 +02:00
};
pkg-config = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-12-11 11:55:49 +01:00
sha256 = "02fw2pzrmvwp67nbndpy8a2ln74fd8kmsiffw77z7g1mp58ww651";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-12-11 11:55:49 +01:00
version = "1.5.1";
2022-09-10 15:10:01 +02:00
};
posix-spawn = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0cmb0svalqcxfzlzc5fvrci12b79x7bakasr8gkl3q5rz6di1q52";
type = "gem";
};
version = "0.3.15";
};
premailer = {
2023-05-04 13:08:10 +02:00
dependencies = [ "addressable" "css_parser" "htmlentities" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "10rzwdz43yy20lwzsr2as6aivhvwjvqh4nd48sa0ga57sizf1fb4";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "1.21.0";
2022-09-10 15:10:01 +02:00
};
premailer-rails = {
2023-05-04 13:08:10 +02:00
dependencies = [ "actionmailer" "net-smtp" "premailer" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-12-11 11:55:49 +01:00
sha256 = "0004f73kgrglida336fqkgx906m6n05nnfc17mypzg5rc78iaf61";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-12-11 11:55:49 +01:00
version = "1.12.0";
2022-09-10 15:10:01 +02:00
};
private_address_check = {
2023-05-04 13:08:10 +02:00
groups = [ "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "05phz0vscfh9chv90yc9091pifw3cpwkh76flnhrmvja1q3na4cy";
type = "gem";
};
version = "0.5.0";
};
public_suffix = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "0hz0bx2qs2pwb0bwazzsah03ilpf3aai8b7lk7s35jsfzwbkjq35";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "5.0.1";
2022-09-10 15:10:01 +02:00
};
puma = {
2023-05-04 13:08:10 +02:00
dependencies = [ "nio4r" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0yf4jmkyy8das7pj1xzwllfvzkhq2p6p534j61d9h4wz3nfyf0s5";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "6.2.2";
2022-09-10 15:10:01 +02:00
};
pundit = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activesupport" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "1wb03yzy1j41822rbfh9nn77im3zh1f5v8di05cd8rsrdpws542b";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "2.3.0";
2022-09-10 15:10:01 +02:00
};
raabro = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "10m8bln9d00dwzjil1k42i5r7l82x25ysbi45fwyv4932zsrzynl";
type = "gem";
};
version = "1.4.0";
};
racc = {
2023-05-04 13:08:10 +02:00
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "09jgz6r0f7v84a7jz9an85q8vvmp743dqcsdm3z9c8rqcqv6pljq";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "1.6.2";
2022-09-10 15:10:01 +02:00
};
rack = {
2023-05-04 13:08:10 +02:00
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "16w217k9z02c4hqizym8dkj6bqmmzx4qdvqpnskgzf174a5pwdxk";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "2.2.7";
2022-09-10 15:10:01 +02:00
};
rack-attack = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rack" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "049s3y3dpl6dn478g912y6f9nzclnnkl30psrbc2w5kaihj5szhq";
type = "gem";
};
version = "6.6.1";
};
rack-cors = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rack" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-04-10 12:18:47 +02:00
sha256 = "02lvkg1nb4z3zc2nry545dap7a64bb9h2k8waxfz0jkabkgnpimw";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-04-10 12:18:47 +02:00
version = "2.0.1";
2022-09-10 15:10:01 +02:00
};
rack-oauth2 = {
2023-05-04 13:08:10 +02:00
dependencies =
[ "activesupport" "attr_required" "httpclient" "json-jwt" "rack" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-02-14 11:43:36 +01:00
sha256 = "1fknwsxz4429w1hndl6y30cmm2n34wmmaaj2hhp6jrm8ssfsfwjf";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-02-14 11:43:36 +01:00
version = "1.21.3";
2022-09-10 15:10:01 +02:00
};
rack-proxy = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rack" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-02-14 11:43:36 +01:00
sha256 = "1a62439xwn5v6hsl9s11hdk4wj58czhcbg7lminv23mnkc0ca147";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-02-14 11:43:36 +01:00
version = "0.7.6";
2022-09-10 15:10:01 +02:00
};
rack-test = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rack" ];
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "1ysx29gk9k14a14zsp5a8czys140wacvp91fja8xcja0j1hzqq8c";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "2.1.0";
2022-09-10 15:10:01 +02:00
};
rails = {
2023-05-04 13:08:10 +02:00
dependencies = [
"actioncable"
"actionmailbox"
"actionmailer"
"actionpack"
"actiontext"
"actionview"
"activejob"
"activemodel"
"activerecord"
"activestorage"
"activesupport"
"railties"
"sprockets-rails"
];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "07cs7qdkx6vwp66diwdy9g6mx52rsd8rxhbnsqf9bqam58g2aynj";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.1.7.3";
2022-09-10 15:10:01 +02:00
};
rails-controller-testing = {
2023-05-04 13:08:10 +02:00
dependencies = [ "actionpack" "actionview" "activesupport" ];
groups = [ "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "151f303jcvs8s149mhx2g5mn67487x0blrf9dzl76q1nb7dlh53l";
type = "gem";
};
version = "1.0.5";
};
rails-dom-testing = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activesupport" "nokogiri" ];
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1lfq2a7kp2x64dzzi5p4cjcbiv62vxh9lyqk2f0rqq3fkzrw8h5i";
type = "gem";
};
version = "2.0.3";
};
rails-html-sanitizer = {
2023-05-04 13:08:10 +02:00
dependencies = [ "loofah" ];
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-02-14 11:43:36 +01:00
sha256 = "0ygav4xyq943qqyhjmi3mzirn180j565mc9h5j4css59x1sn0cmz";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-02-14 11:43:36 +01:00
version = "1.5.0";
2022-09-10 15:10:01 +02:00
};
rails-i18n = {
2023-05-04 13:08:10 +02:00
dependencies = [ "i18n" "railties" ];
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "05mcgv748vppnm3fnml37wjy3dw61wj8vfw14ldaj1yx1bmkhb07";
type = "gem";
};
version = "6.0.0";
};
rails-settings-cached = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rails" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-03-20 14:51:39 +01:00
fetchSubmodules = false;
rev = "86328ef0bd04ce21cc0504ff5e334591e8c2ccab";
sha256 = "06r637gimh5miq2i6ywxn9gp7nqk8n8555yw8239mykalbzda69h";
type = "git";
url = "https://github.com/mastodon/rails-settings-cached.git";
2022-09-10 15:10:01 +02:00
};
version = "0.6.6";
};
railties = {
2023-05-04 13:08:10 +02:00
dependencies =
[ "actionpack" "activesupport" "method_source" "rake" "thor" ];
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "1d2snjnx1j848axppj2napy3zjgbka3fnw2528rcamhm6dp694nd";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.1.7.3";
2022-09-10 15:10:01 +02:00
};
rainbow = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503";
type = "gem";
};
version = "3.1.1";
};
rake = {
2023-05-04 13:08:10 +02:00
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
type = "gem";
};
version = "13.0.6";
};
rdf = {
2023-05-04 13:08:10 +02:00
dependencies = [ "link_header" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "097r6fc1gkb62lq0ny9xblvxrg84vdq9w1p6v0hjw20cdgracsdj";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "3.2.10";
2022-09-10 15:10:01 +02:00
};
rdf-normalize = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rdf" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-12-11 11:55:49 +01:00
sha256 = "1dngmsk9wg1vws56pl87dys0ns4bcn9arf8ip6zxa0gypr3ifq3m";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-12-11 11:55:49 +01:00
version = "0.5.1";
2022-09-10 15:10:01 +02:00
};
redcarpet = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-02-14 11:43:36 +01:00
sha256 = "1sg9sbf9pm91l7lac7fs4silabyn0vflxwaa2x3lrzsm0ff8ilca";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-02-14 11:43:36 +01:00
version = "3.6.0";
2022-09-10 15:10:01 +02:00
};
redis = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0fikjg6j12ka6hh36dxzhfkpqqmilzjfzcdf59iwkzsgd63f0ziq";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "4.8.1";
2022-09-10 15:10:01 +02:00
};
redis-namespace = {
2023-05-04 13:08:10 +02:00
dependencies = [ "redis" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "154dfnrjpbv7fhwhfrcnp6jn9qv5qaj3mvlvbgkl7qy5qsknw71c";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "1.10.0";
2022-09-10 15:10:01 +02:00
};
2022-12-11 11:55:49 +01:00
redlock = {
2023-05-04 13:08:10 +02:00
dependencies = [ "redis" ];
groups = [ "default" ];
platforms = [ ];
2022-12-11 11:55:49 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-12-11 11:55:49 +01:00
sha256 = "0xvjwfzq7rqj4k311kidwmv5app3i7glz4miys6ixqy6c8yylz3c";
type = "gem";
};
version = "1.3.2";
};
2022-09-10 15:10:01 +02:00
regexp_parser = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "17xizkw5ryw8hhq64iqxmzdrrdxpc5lhkqc1fgm1aj0zsk1r2950";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "2.8.0";
2022-09-10 15:10:01 +02:00
};
request_store = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rack" ];
groups = [ "default" "production" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "13ppgmsbrqah08j06bybd3cddv6dml79yzyjn7r8j1src78h98h7";
type = "gem";
};
version = "1.5.1";
};
responders = {
2023-05-04 13:08:10 +02:00
dependencies = [ "actionpack" "railties" ];
groups = [ "default" "pam_authentication" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0m9s0mkkprrz02gxhq0ijlwjy0nx1j5yrjf8ssjnhyagnx03lyrx";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "3.1.0";
2022-09-10 15:10:01 +02:00
};
rexml = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53";
type = "gem";
};
version = "3.2.5";
};
rotp = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "10mmzc85y7andsich586ndykw678qn1ns2wpjxrg0sc0gr4w3pig";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "6.2.2";
2022-09-10 15:10:01 +02:00
};
rpam2 = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "pam_authentication" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1zvli3s4z1hf2l7gyfickm5i3afjrnycc3ihbiax6ji6arpbyf33";
type = "gem";
};
version = "4.0.2";
};
rqrcode = {
2023-05-04 13:08:10 +02:00
dependencies = [ "chunky_png" "rqrcode_core" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0s97q1rqmw7rzsdr500hr4f2k6s24n8qk1klciz5q94zvdrygx3p";
type = "gem";
};
version = "2.1.2";
};
rqrcode_core = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "06ld6386hbdhy5h0k09axmgn424kavpc8f27k1vjhknjhbf8jjfg";
type = "gem";
};
version = "1.2.0";
};
rspec-core = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rspec-support" ];
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0l95bnjxdabrn79hwdhn2q1n7mn26pj7y1w5660v5qi81x458nqm";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "3.12.2";
2022-09-10 15:10:01 +02:00
};
rspec-expectations = {
2023-05-04 13:08:10 +02:00
dependencies = [ "diff-lcs" "rspec-support" ];
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "05j44jfqlv7j2rpxb5vqzf9hfv7w8ba46wwgxwcwd8p0wzi1hg89";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "3.12.3";
2022-09-10 15:10:01 +02:00
};
rspec-mocks = {
2023-05-04 13:08:10 +02:00
dependencies = [ "diff-lcs" "rspec-support" ];
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "1hfm17xakfvwya236graj6c2arr4sb9zasp35q5fykhyz8mhs0w2";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "3.12.5";
2022-09-10 15:10:01 +02:00
};
rspec-rails = {
2023-05-04 13:08:10 +02:00
dependencies = [
"actionpack"
"activesupport"
"railties"
"rspec-core"
"rspec-expectations"
"rspec-mocks"
"rspec-support"
];
groups = [ "development" "test" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0d3fnabkaw8n0na2dpnlg2xygggj51djzpj9x6y5rkiqbfyqwv01";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "6.0.1";
2022-09-10 15:10:01 +02:00
};
rspec-sidekiq = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rspec-core" "sidekiq" ];
groups = [ "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1spzw3sc2p0n9qfb89y1v8igd60y7c5z9w2hjqqbbgbyjvy0agp8";
type = "gem";
};
version = "3.1.0";
};
rspec-support = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "12y52zwwb3xr7h91dy9k3ndmyyhr3mjcayk0nnarnrzz8yr48kfx";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "3.12.0";
};
rspec_chunked = {
2023-05-04 13:08:10 +02:00
groups = [ "development" "test" ];
platforms = [ ];
2023-03-20 14:51:39 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0h4bsj3m7vb47qnx5bry4v0xscrb3lhg1f1vyxl524znb3i2qqzv";
type = "gem";
};
version = "0.6";
2022-09-10 15:10:01 +02:00
};
rspec_junit_formatter = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rspec-core" ];
groups = [ "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-10-14 21:09:46 +02:00
sha256 = "059bnq1gcwl9g93cqf13zpz38zk7jxaa43anzz06qkmfwrsfdpa0";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-10-14 21:09:46 +02:00
version = "0.6.0";
2022-09-10 15:10:01 +02:00
};
rubocop = {
2023-05-04 13:08:10 +02:00
dependencies = [
"json"
"parallel"
"parser"
"rainbow"
"regexp_parser"
"rexml"
"rubocop-ast"
"ruby-progressbar"
"unicode-display_width"
];
groups = [ "development" "test" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0l46lw5gfj3mcm982wpmx7br4rs466gyislv0hfwcsk8dxhv1zkw";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "1.50.2";
2022-09-10 15:10:01 +02:00
};
rubocop-ast = {
2023-05-04 13:08:10 +02:00
dependencies = [ "parser" ];
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0n2gsafg6p7nr1z8i1hkvp2qqkkbg842ba183dnl0h08xd9ms6q5";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "1.28.0";
2023-01-23 12:06:57 +01:00
};
rubocop-capybara = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rubocop" ];
groups = [ "development" "test" ];
platforms = [ ];
2023-01-23 12:06:57 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "01fn05a87g009ch1sh00abdmgjab87i995msap26vxq1a5smdck6";
2023-01-23 12:06:57 +01:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "2.18.0";
2023-01-23 12:06:57 +01:00
};
rubocop-performance = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rubocop" "rubocop-ast" ];
groups = [ "development" "test" ];
platforms = [ ];
2023-01-23 12:06:57 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "1z6i24r0485fxa5n4g3rhp88w589fifszhd1khbzya2iiknkjxkr";
2023-01-23 12:06:57 +01:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "1.17.1";
2022-09-10 15:10:01 +02:00
};
rubocop-rails = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activesupport" "rack" "rubocop" ];
groups = [ "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-04-10 12:18:47 +02:00
sha256 = "13gx0dmi5jhs4x2617jclwc57sy4gvw3v8l91dpgc63b8dpmcim6";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-04-10 12:18:47 +02:00
version = "2.18.0";
2023-01-23 12:06:57 +01:00
};
rubocop-rspec = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rubocop" "rubocop-capybara" ];
groups = [ "development" "test" ];
platforms = [ ];
2023-01-23 12:06:57 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-04-10 12:18:47 +02:00
sha256 = "1k8yh0nzlz0g8igmj5smnxq71qmi2b005nkl25wkpjkwvzn2wfdx";
2023-01-23 12:06:57 +01:00
type = "gem";
};
2023-04-10 12:18:47 +02:00
version = "2.19.0";
2022-09-10 15:10:01 +02:00
};
ruby-progressbar = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-04-10 12:18:47 +02:00
sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-04-10 12:18:47 +02:00
version = "1.13.0";
2022-09-10 15:10:01 +02:00
};
ruby-saml = {
2023-05-04 13:08:10 +02:00
dependencies = [ "nokogiri" "rexml" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1706dyk5jdma75bnl9rhmx8vgzjw12ixnj3y32inmpcgzgsvs76k";
type = "gem";
};
version = "1.13.0";
};
ruby2_keywords = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz";
type = "gem";
};
version = "0.0.5";
};
rufus-scheduler = {
2023-05-04 13:08:10 +02:00
dependencies = [ "fugit" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-11-05 22:28:04 +01:00
sha256 = "1as4yrb8y5lq49div8p3vqgwrrhdgwnvx4m73y3712nmnlpx6cws";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-11-05 22:28:04 +01:00
version = "3.8.2";
2022-09-10 15:10:01 +02:00
};
safety_net_attestation = {
2023-05-04 13:08:10 +02:00
dependencies = [ "jwt" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1khq0y5w7lf2b9a220298hphf3pakd216jc9a4x4a9pdwxs2vgln";
type = "gem";
};
version = "0.4.0";
};
sanitize = {
2023-05-04 13:08:10 +02:00
dependencies = [ "crass" "nokogiri" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-02-14 11:43:36 +01:00
sha256 = "1ga8yzc9zj45m92ycwnzhzahkwvc3dp3lym5m3f3880hs4jhh7l3";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-02-14 11:43:36 +01:00
version = "6.0.1";
2022-09-10 15:10:01 +02:00
};
scenic = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activerecord" "railties" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "04sd4jmgnwpilr3k061x87yyryya2mj15a8602fip49lfxza5548";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "1.7.0";
2022-09-10 15:10:01 +02:00
};
semantic_range = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1dlp97vg95plrsaaqj7x8l7z9vsjbhnqk4rw1l30gy26lmxpfrih";
type = "gem";
};
version = "3.0.0";
};
sidekiq = {
2023-05-04 13:08:10 +02:00
dependencies = [ "connection_pool" "rack" "redis" ];
groups = [ "default" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-12-11 11:55:49 +01:00
sha256 = "1z2fx4fzgnw4rzj3h1h4sk6qbkp7p2rdr58b2spxgkcsdzg0i5hh";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-12-11 11:55:49 +01:00
version = "6.5.8";
2022-09-10 15:10:01 +02:00
};
sidekiq-bulk = {
2023-05-04 13:08:10 +02:00
dependencies = [ "sidekiq" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "08nyxzmgf742irafy3l4fj09d4s5pyvsh0dzlh8y4hl51rgkh4xv";
type = "gem";
};
version = "0.2.0";
};
sidekiq-scheduler = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rufus-scheduler" "sidekiq" "tilt" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0ygsynfb214g9ijgj4wl88jbkx79js8hd6wn65cxaaa54l82w1fj";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "5.0.2";
2022-09-10 15:10:01 +02:00
};
sidekiq-unique-jobs = {
2023-05-04 13:08:10 +02:00
dependencies =
[ "brpoplpush-redis_script" "concurrent-ruby" "redis" "sidekiq" "thor" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "02f91b24hrrn688wqvxb13lwvcgqb7g9k3sxylnydd6v89wr8mcg";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "7.1.29";
2022-09-10 15:10:01 +02:00
};
simple-navigation = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activesupport" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1wc1rapwhqymcjfxmlgam4cvbyhnzfxada2damq88ij2p77pjz4q";
type = "gem";
};
version = "4.4.0";
};
simple_form = {
2023-05-04 13:08:10 +02:00
dependencies = [ "actionpack" "activemodel" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-02-14 11:43:36 +01:00
sha256 = "0z4df65w9qpri315lpvzazdxa9xb7yj0j3d77q06wf0jnpvw4mzs";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-02-14 11:43:36 +01:00
version = "5.2.0";
2022-09-10 15:10:01 +02:00
};
simplecov = {
2023-05-04 13:08:10 +02:00
dependencies = [ "docile" "simplecov-html" "simplecov_json_formatter" ];
groups = [ "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "198kcbrjxhhzca19yrdcd6jjj9sb51aaic3b0sc3pwjghg3j49py";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "0.22.0";
2022-09-10 15:10:01 +02:00
};
simplecov-html = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0yx01bxa8pbf9ip4hagqkp5m0mqfnwnw2xk8kjraiywz4lrss6jb";
type = "gem";
};
version = "0.12.3";
};
simplecov_json_formatter = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "0a5l0733hj7sk51j81ykfmlk2vd5vaijlq9d5fn165yyx3xii52j";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "0.1.4";
2022-09-10 15:10:01 +02:00
};
smart_properties = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0jrqssk9qhwrpq41arm712226vpcr458xv6xaqbk8cp94a0kycpr";
type = "gem";
};
version = "1.17.0";
};
sprockets = {
2023-05-04 13:08:10 +02:00
dependencies = [ "concurrent-ruby" "rack" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "182jw5a0fbqah5w9jancvfmjbk88h8bxdbwnl4d3q809rpxdg8ay";
type = "gem";
};
version = "3.7.2";
};
sprockets-rails = {
2023-05-04 13:08:10 +02:00
dependencies = [ "actionpack" "activesupport" "sprockets" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1b9i14qb27zs56hlcc2hf139l0ghbqnjpmfi0054dxycaxvk5min";
type = "gem";
};
version = "3.4.2";
};
sshkit = {
2023-05-04 13:08:10 +02:00
dependencies = [ "net-scp" "net-ssh" ];
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "1y6w2qkwg0ygn85x0afscnj0dv8iwkvm153zjclvwafkm6g0pknk";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "1.21.4";
2022-09-10 15:10:01 +02:00
};
stackprof = {
2023-05-04 13:08:10 +02:00
groups = [ "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-05-03 09:43:05 +02:00
sha256 = "0bhdgfb0pmw9mav1kw9fn0ka012sa0i3h5ppvqssw5xq48nhxnr8";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-05-03 09:43:05 +02:00
version = "0.2.25";
2022-09-10 15:10:01 +02:00
};
statsd-ruby = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "028136c463nbravckxb1qi5c5nnv9r6vh2cyhiry423lac4xz79n";
type = "gem";
};
version = "1.5.0";
};
stoplight = {
2023-05-04 13:08:10 +02:00
dependencies = [ "redlock" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-12-11 11:55:49 +01:00
sha256 = "0rmhhqvvrn7874r9cjf4wpv36vnxvxsrgb1kfgdk3dalg4rig7q6";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2022-12-11 11:55:49 +01:00
version = "3.0.1";
2022-09-10 15:10:01 +02:00
};
strong_migrations = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activerecord" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-04-10 12:18:47 +02:00
sha256 = "0wz4zhsp4xia8zcpi98v4sgjlv2prd515l8jz4f7j0wk45dfkjs1";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-04-10 12:18:47 +02:00
version = "0.8.0";
2022-09-10 15:10:01 +02:00
};
swd = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activesupport" "attr_required" "httpclient" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "12b3q2sw42nnilfb51nlqdv07f31vdv2j595kd99asnkw4cjlf5w";
type = "gem";
};
version = "1.3.0";
};
2023-03-20 14:51:39 +01:00
sysexits = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" ];
platforms = [ ];
2023-03-20 14:51:39 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0qjng6pllznmprzx8vb0zg0c86hdrkyjs615q41s9fjpmv2430jr";
type = "gem";
};
version = "1.2.0";
};
2022-09-10 15:10:01 +02:00
temple = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "07k5wr2ypsmsbyc9d1plhdki4xr7vvggld8r1i49iljkrpx5nbqc";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "0.10.0";
2022-09-10 15:10:01 +02:00
};
terminal-table = {
2023-05-04 13:08:10 +02:00
dependencies = [ "unicode-display_width" ];
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "14dfmfjppmng5hwj7c5ka6qdapawm3h6k9lhn8zj001ybypvclgr";
type = "gem";
};
version = "3.0.2";
};
terrapin = {
2023-05-04 13:08:10 +02:00
dependencies = [ "climate_control" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0p18f05r0c5s70571gqig3z2ym74wx79s6rd45sprp207bqskzn9";
type = "gem";
};
version = "0.6.0";
};
thor = {
2023-05-04 13:08:10 +02:00
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi";
type = "gem";
};
version = "1.2.1";
};
tilt = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "1qmhi6d9przjzhsyk9g5pq2j75c656msh6xzprqd2mxgphf23jxs";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "2.1.0";
2022-09-10 15:10:01 +02:00
};
2022-12-11 11:55:49 +01:00
timeout = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" ];
platforms = [ ];
2022-12-11 11:55:49 +01:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "1pfddf51n5fnj4f9ggwj3wbf23ynj0nbxlxqpz12y1gvl9g7d6r6";
2022-12-11 11:55:49 +01:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "0.3.2";
2022-12-11 11:55:49 +01:00
};
2022-09-10 15:10:01 +02:00
tpm-key_attestation = {
2023-05-04 13:08:10 +02:00
dependencies = [ "bindata" "openssl" "openssl-signature_algorithm" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "0v8y5dibsyskv1ncdgszhxwzq0gzmvb0zl7sgmx0xvsgy86dhcz1";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "0.12.0";
2022-09-10 15:10:01 +02:00
};
tty-color = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0aik4kmhwwrmkysha7qibi2nyzb4c8kp42bd5vxnf8sf7b53g73g";
type = "gem";
};
version = "0.6.0";
};
tty-cursor = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0j5zw041jgkmn605ya1zc151bxgxl6v192v2i26qhxx7ws2l2lvr";
type = "gem";
};
version = "0.7.1";
};
tty-prompt = {
2023-05-04 13:08:10 +02:00
dependencies = [ "pastel" "tty-reader" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1j4y8ik82azjxshgd4i1v4wwhsv3g9cngpygxqkkz69qaa8cxnzw";
type = "gem";
};
version = "0.23.1";
};
tty-reader = {
2023-05-04 13:08:10 +02:00
dependencies = [ "tty-cursor" "tty-screen" "wisper" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1cf2k7w7d84hshg4kzrjvk9pkyc2g1m3nx2n1rpmdcf0hp4p4af6";
type = "gem";
};
version = "0.9.0";
};
tty-screen = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "18jr6s1cg8yb26wzkqa6874q0z93rq0y5aw092kdqazk71y6a235";
type = "gem";
};
version = "0.8.1";
};
twitter-text = {
2023-05-04 13:08:10 +02:00
dependencies = [ "idn-ruby" "unf" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1dnmp0bj3l01nbb52zby2c7hrazcdwfg846knkrjdfl0yfmv793z";
type = "gem";
};
version = "3.1.0";
};
tzinfo = {
2023-05-04 13:08:10 +02:00
dependencies = [ "concurrent-ruby" ];
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-02-14 11:43:36 +01:00
sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-02-14 11:43:36 +01:00
version = "2.0.6";
2022-09-10 15:10:01 +02:00
};
tzinfo-data = {
2023-05-04 13:08:10 +02:00
dependencies = [ "tzinfo" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-04-10 12:18:47 +02:00
sha256 = "0m2d0gpsgqnv29j5h2d6g57g0rayvd460b8s2vjr8sn46bqf89m5";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-04-10 12:18:47 +02:00
version = "1.2023.3";
2022-09-10 15:10:01 +02:00
};
unf = {
2023-05-04 13:08:10 +02:00
dependencies = [ "unf_ext" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9";
type = "gem";
};
version = "0.1.4";
};
unf_ext = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1yj2nz2l101vr1x9w2k83a0fag1xgnmjwp8w8rw4ik2rwcz65fch";
type = "gem";
};
version = "0.0.8.2";
};
unicode-display_width = {
2023-05-04 13:08:10 +02:00
groups = [ "default" "development" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-01-23 12:06:57 +01:00
sha256 = "1gi82k102q7bkmfi7ggn9ciypn897ylln1jk9q67kjhr39fj043a";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-01-23 12:06:57 +01:00
version = "2.4.2";
2022-09-10 15:10:01 +02:00
};
2023-03-20 14:51:39 +01:00
uri = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-04-10 12:18:47 +02:00
sha256 = "1vigw7nfszfqgikr6n574k9bfh0rvs74z8xq46rz2zsm8249l8cc";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-04-10 12:18:47 +02:00
version = "0.12.1";
2022-09-10 15:10:01 +02:00
};
validate_email = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activemodel" "mail" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1r1fz29l699arka177c9xw7409d1a3ff95bf7a6pmc97slb91zlx";
type = "gem";
};
version = "0.1.6";
};
validate_url = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activemodel" "public_suffix" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0lblym140w5n88ijyfgcvkxvpfj8m6z00rxxf2ckmmhk0x61dzkj";
type = "gem";
};
version = "1.0.15";
};
warden = {
2023-05-04 13:08:10 +02:00
dependencies = [ "rack" ];
groups = [ "default" "pam_authentication" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1l7gl7vms023w4clg02pm4ky9j12la2vzsixi2xrv9imbn44ys26";
type = "gem";
};
version = "1.2.9";
};
webauthn = {
2023-05-04 13:08:10 +02:00
dependencies = [
"android_key_attestation"
"awrence"
"bindata"
"cbor"
"cose"
"openssl"
"safety_net_attestation"
"tpm-key_attestation"
];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "1ri09bf640kkw4v6k2g90q2nw1mx2hsghhngaqgb7958q8id8xrz";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "3.0.0";
2022-09-10 15:10:01 +02:00
};
webfinger = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activesupport" "httpclient" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "18jj50b44a471ig7hw1ax90wxaaz40acmrf6cm7m2iyshlffy53q";
type = "gem";
};
version = "1.2.0";
};
webmock = {
2023-05-04 13:08:10 +02:00
dependencies = [ "addressable" "crack" "hashdiff" ];
groups = [ "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1myj44wvbbqvv18ragv3ihl0h61acgnfwrnj3lccdgp49bgmbjal";
type = "gem";
};
version = "3.18.1";
};
webpacker = {
2023-05-04 13:08:10 +02:00
dependencies = [ "activesupport" "rack-proxy" "railties" "semantic_range" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-02-14 11:43:36 +01:00
sha256 = "0fh4vijqiq1h7w28llk67y9csc0m4wkdivrsl4fsxg279v6j5z3i";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-02-14 11:43:36 +01:00
version = "5.4.4";
2022-09-10 15:10:01 +02:00
};
webpush = {
2023-05-04 13:08:10 +02:00
dependencies = [ "hkdf" "jwt" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
fetchSubmodules = false;
rev = "f14a4d52e201128b1b00245d11b6de80d6cfdcd9";
sha256 = "1gz34809xwyaqprxmjdyvzsxc63rdnmxn8w44iqkhpi3dzmkacmp";
type = "git";
url = "https://github.com/ClearlyClaire/webpush.git";
};
version = "0.3.8";
};
websocket-driver = {
2023-05-04 13:08:10 +02:00
dependencies = [ "websocket-extensions" ];
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0a3bwxd9v3ghrxzjc4vxmf4xa18c6m4xqy5wb0yk5c6b9psc7052";
type = "gem";
};
version = "0.7.5";
};
websocket-extensions = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw";
type = "gem";
};
version = "0.1.5";
};
wisper = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1rpsi0ziy78cj82sbyyywby4d0aw0a5q84v65qd28vqn79fbq5yf";
type = "gem";
};
version = "2.0.1";
};
xorcist = {
2023-05-04 13:08:10 +02:00
groups = [ "default" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "1dbbiy8xlcfvn9ais37xfb5rci4liwakkmxzbkp72wmvlgcrf339";
type = "gem";
};
version = "1.1.3";
};
xpath = {
2023-05-04 13:08:10 +02:00
dependencies = [ "nokogiri" ];
groups = [ "default" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2022-09-10 15:10:01 +02:00
sha256 = "0bh8lk9hvlpn7vmi6h4hkcwjzvs2y0cmkk3yjjdr8fxvj6fsgzbd";
type = "gem";
};
version = "3.2.0";
};
zeitwerk = {
2023-05-04 13:08:10 +02:00
groups =
[ "default" "development" "pam_authentication" "production" "test" ];
platforms = [ ];
2022-09-10 15:10:01 +02:00
source = {
2023-05-04 13:08:10 +02:00
remotes = [ "https://rubygems.org" ];
2023-03-20 14:51:39 +01:00
sha256 = "028ld9qmgdllxrl7d0qkl65s58wb1n3gv8yjs28g43a8b1hplxk1";
2022-09-10 15:10:01 +02:00
type = "gem";
};
2023-03-20 14:51:39 +01:00
version = "2.6.7";
2022-09-10 15:10:01 +02:00
};
}
2022-10-14 21:09:46 +02:00