diff --git a/modules/accentor.nix b/modules/accentor.nix index b401ca0c..0c285b7b 100644 --- a/modules/accentor.nix +++ b/modules/accentor.nix @@ -7,7 +7,7 @@ let owner = "accentor"; repo = "web"; rev = "develop"; - sha256 = "160v69kazbdj6yglsmfw7vkv125qbkza8paiayyarvzjyk1rbhsz"; + sha256 = "00k2wmc68nh89ja33ckv51raj5a654d2fgrk5mnp1lv4mk8da65b"; }; yarnNix = ./accentor/yarn.nix; buildPhase = '' @@ -24,7 +24,7 @@ let owner = "accentor"; repo = "api"; rev = "develop"; - sha256 = "0z3gnrqfiss0fkhq5ds57rzkbgymg4hgmihs51qcrwppfp7nizz5"; + sha256 = "1k84v2ch9lgrwz36pmwx8yxp3l8z34cpmsz95dbivqrdm3dsmvn8"; }; gems = pkgs.bundlerEnv { name = "accentor-api-env"; diff --git a/modules/accentor/Gemfile b/modules/accentor/Gemfile index 3cd64899..0b07d5ee 100644 --- a/modules/accentor/Gemfile +++ b/modules/accentor/Gemfile @@ -24,7 +24,7 @@ gem 'delayed_cron_job', '~> 0.7' gem 'wahwah', '~> 1.1.1' -gem 'has_scope', '~> 0.7' +gem 'has_scope', '~> 0.8' gem 'pundit', '~> 2.1' gem 'will_paginate', '~> 3.3' diff --git a/modules/accentor/Gemfile.lock b/modules/accentor/Gemfile.lock index 948af01c..c069198f 100644 --- a/modules/accentor/Gemfile.lock +++ b/modules/accentor/Gemfile.lock @@ -1,40 +1,40 @@ GEM remote: https://rubygems.org/ specs: - actioncable (6.1.2.1) - actionpack (= 6.1.2.1) - activesupport (= 6.1.2.1) + actioncable (6.1.3) + actionpack (= 6.1.3) + activesupport (= 6.1.3) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.1.2.1) - actionpack (= 6.1.2.1) - activejob (= 6.1.2.1) - activerecord (= 6.1.2.1) - activestorage (= 6.1.2.1) - activesupport (= 6.1.2.1) + actionmailbox (6.1.3) + actionpack (= 6.1.3) + activejob (= 6.1.3) + activerecord (= 6.1.3) + activestorage (= 6.1.3) + activesupport (= 6.1.3) mail (>= 2.7.1) - actionmailer (6.1.2.1) - actionpack (= 6.1.2.1) - actionview (= 6.1.2.1) - activejob (= 6.1.2.1) - activesupport (= 6.1.2.1) + actionmailer (6.1.3) + actionpack (= 6.1.3) + actionview (= 6.1.3) + activejob (= 6.1.3) + activesupport (= 6.1.3) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.1.2.1) - actionview (= 6.1.2.1) - activesupport (= 6.1.2.1) + actionpack (6.1.3) + actionview (= 6.1.3) + activesupport (= 6.1.3) rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.1.2.1) - actionpack (= 6.1.2.1) - activerecord (= 6.1.2.1) - activestorage (= 6.1.2.1) - activesupport (= 6.1.2.1) + actiontext (6.1.3) + actionpack (= 6.1.3) + activerecord (= 6.1.3) + activestorage (= 6.1.3) + activesupport (= 6.1.3) nokogiri (>= 1.8.5) - actionview (6.1.2.1) - activesupport (= 6.1.2.1) + actionview (6.1.3) + activesupport (= 6.1.3) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) @@ -44,22 +44,22 @@ GEM activemodel (>= 4.1, < 6.2) case_transform (>= 0.2) jsonapi-renderer (>= 0.1.1.beta1, < 0.3) - activejob (6.1.2.1) - activesupport (= 6.1.2.1) + activejob (6.1.3) + activesupport (= 6.1.3) globalid (>= 0.3.6) - activemodel (6.1.2.1) - activesupport (= 6.1.2.1) - activerecord (6.1.2.1) - activemodel (= 6.1.2.1) - activesupport (= 6.1.2.1) - activestorage (6.1.2.1) - actionpack (= 6.1.2.1) - activejob (= 6.1.2.1) - activerecord (= 6.1.2.1) - activesupport (= 6.1.2.1) + activemodel (6.1.3) + activesupport (= 6.1.3) + activerecord (6.1.3) + activemodel (= 6.1.3) + activesupport (= 6.1.3) + activestorage (6.1.3) + actionpack (= 6.1.3) + activejob (= 6.1.3) + activerecord (= 6.1.3) + activesupport (= 6.1.3) marcel (~> 0.3.1) mimemagic (~> 0.3.2) - activesupport (6.1.2.1) + activesupport (6.1.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -99,9 +99,9 @@ GEM ffi (1.14.2) globalid (0.4.2) activesupport (>= 4.2.0) - has_scope (0.7.2) - actionpack (>= 4.1) - activesupport (>= 4.1) + has_scope (0.8.0) + actionpack (>= 5.2) + activesupport (>= 5.2) i18n (1.8.9) concurrent-ruby (~> 1.0) image_processing (1.12.1) @@ -144,29 +144,29 @@ GEM rack (>= 2.0.0) rack-test (1.1.0) rack (>= 1.0, < 3) - rails (6.1.2.1) - actioncable (= 6.1.2.1) - actionmailbox (= 6.1.2.1) - actionmailer (= 6.1.2.1) - actionpack (= 6.1.2.1) - actiontext (= 6.1.2.1) - actionview (= 6.1.2.1) - activejob (= 6.1.2.1) - activemodel (= 6.1.2.1) - activerecord (= 6.1.2.1) - activestorage (= 6.1.2.1) - activesupport (= 6.1.2.1) + rails (6.1.3) + actioncable (= 6.1.3) + actionmailbox (= 6.1.3) + actionmailer (= 6.1.3) + actionpack (= 6.1.3) + actiontext (= 6.1.3) + actionview (= 6.1.3) + activejob (= 6.1.3) + activemodel (= 6.1.3) + activerecord (= 6.1.3) + activestorage (= 6.1.3) + activesupport (= 6.1.3) bundler (>= 1.15.0) - railties (= 6.1.2.1) + railties (= 6.1.3) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - railties (6.1.2.1) - actionpack (= 6.1.2.1) - activesupport (= 6.1.2.1) + railties (6.1.3) + actionpack (= 6.1.3) + activesupport (= 6.1.3) method_source rake (>= 0.8.7) thor (~> 1.0) @@ -239,7 +239,7 @@ DEPENDENCIES delayed_job_active_record (~> 4.1) factory_bot_rails (~> 6.1) faker (~> 2.16) - has_scope (~> 0.7) + has_scope (~> 0.8) image_processing (~> 1.12.1) listen (>= 3.1.5, < 3.5) mocha (~> 1.12.0) diff --git a/modules/accentor/gemset.nix b/modules/accentor/gemset.nix index c16e9565..1aa7ce12 100644 --- a/modules/accentor/gemset.nix +++ b/modules/accentor/gemset.nix @@ -5,10 +5,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "18mjbkrrimawzdmpdfbkicy80p9jh3k9c7vxfmwmhimqihhasrs2"; + sha256 = "1cgb1l0gml1vklxka2djpi5q5b4bgzgm5pahzfjvvgm5vzvrvi9v"; type = "gem"; }; - version = "6.1.2.1"; + version = "6.1.3"; }; actionmailbox = { dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail"]; @@ -16,10 +16,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1f94302dqz96j6fj0kcibkwdpxdmx88n0c92vgwv00a49pwmlj34"; + sha256 = "0wv2p24xn4f0kj8kiyagkn934hzrcp98vzjqxwd4r75qq0cijadp"; type = "gem"; }; - version = "6.1.2.1"; + version = "6.1.3"; }; actionmailer = { dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "rails-dom-testing"]; @@ -27,10 +27,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1nxqg8rawpx2gdzidj6wv5afy4zcmjw5hy4rj6h3ad5c66fz94p5"; + sha256 = "0lic4mc6wqi3p9ipdqljl64vd9ndabm0k8hww0m07sfdhwsl5ba9"; type = "gem"; }; - version = "6.1.2.1"; + version = "6.1.3"; }; actionpack = { dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"]; @@ -38,10 +38,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1wqghr69xd8r2dl5ny34r2slvgx9lq86hx4s5v4xk932wggvfp62"; + sha256 = "030yyaskzlic5cp4d9zbwwr3rhf4k6hsls44a7ihsfd6r8mlivq5"; type = "gem"; }; - version = "6.1.2.1"; + version = "6.1.3"; }; actiontext = { dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "nokogiri"]; @@ -49,10 +49,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "09mz73xzk9ap1zn2ds86ibgis6v0j21c1yidsf6hnammnvwn8in0"; + sha256 = "04k4z4xj40sbzbgx0x9m6i8k0nc22jb6dkrlslj16p2z2dfnwhqg"; type = "gem"; }; - version = "6.1.2.1"; + version = "6.1.3"; }; actionview = { dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"]; @@ -60,10 +60,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0pcmxnda0mgv7sgcfbpbrhfva86ipsx32lccfwikvkvr9wvhbpwk"; + sha256 = "1s5kc1abi7id1g54lz1npgc42zl7pbz172wp8pi7j3s7qljafzw5"; type = "gem"; }; - version = "6.1.2.1"; + version = "6.1.3"; }; active_model_serializers = { dependencies = ["actionpack" "activemodel" "case_transform" "jsonapi-renderer"]; @@ -82,10 +82,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "08wh73lhcab8mmk50529cpxhja9ykl3w17v99njd5sz37m876lrj"; + sha256 = "175d8q0achdlsxjsvq0w9znvfqfkgbj75kbmdrvg4fb277wwplmf"; type = "gem"; }; - version = "6.1.2.1"; + version = "6.1.3"; }; activemodel = { dependencies = ["activesupport"]; @@ -93,10 +93,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1vm4932v9yd58jl00wmcj9m5yf1dx6g8vsczwsphzl3y44qik7ni"; + sha256 = "07m85r00cd1dzxg65zr9wjrdqppw51b5ka9c5mrz92vnw18kfb70"; type = "gem"; }; - version = "6.1.2.1"; + version = "6.1.3"; }; activerecord = { dependencies = ["activemodel" "activesupport"]; @@ -104,10 +104,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1yil163iby39xzyx2ypbvi0mxsv5g0szijnxn7d2jx610fr4xc6a"; + sha256 = "03kr6vslwd9iw89jidjpjlp7prr2rf7kpsfa4fz03g9by0kliivs"; type = "gem"; }; - version = "6.1.2.1"; + version = "6.1.3"; }; activestorage = { dependencies = ["actionpack" "activejob" "activerecord" "activesupport" "marcel" "mimemagic"]; @@ -115,10 +115,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "04xb8kiwdsdignji6p2kgiqfs591r17xjcm1k3543la7d5ljnksx"; + sha256 = "0gkxvbi5w8zmdxpiyz3b10kzz8cxqqh9bj81sjl3fp8wa3v2ld4i"; type = "gem"; }; - version = "6.1.2.1"; + version = "6.1.3"; }; activesupport = { dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"]; @@ -126,10 +126,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0l729rdms7prans9qbwzrl6kkirxdlsz409m29q2kakgccavfmbi"; + sha256 = "00a4db64g8w5yyk6hzak2nqrmdfvyh5zc9cvnm9gglwbi87ss28h"; type = "gem"; }; - version = "6.1.2.1"; + version = "6.1.3"; }; annotate = { dependencies = ["activerecord" "rake"]; @@ -356,10 +356,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "14df3am60hmyadjz2wah1qny2l5as51gvlxd0nycygmiqbfa0kyg"; + sha256 = "00y4jr5fd5lf1b59wxaf5j04afxd4i0sdx6wh51w1ha5njqn7256"; type = "gem"; }; - version = "0.7.2"; + version = "0.8.0"; }; i18n = { dependencies = ["concurrent-ruby"]; @@ -639,10 +639,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "04i1ymcinvnggzxafsqa13cihzvmcz8wc597m0cpgss1xcarch1j"; + sha256 = "0hdancysa617lzyy5gmrcmnpgyb1mz1lawy0l34ycz2wary7y2bz"; type = "gem"; }; - version = "6.1.2.1"; + version = "6.1.3"; }; rails-dom-testing = { dependencies = ["activesupport" "nokogiri"]; @@ -672,10 +672,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1q9w2gidvf3g7q5gpj1zzrq3h0q997q0i8qsc18vyc1jfpb3r2px"; + sha256 = "1685y5dcfgcq0b38j13vrpkhiiblmrl64wa9w065669bkgmkw4ra"; type = "gem"; }; - version = "6.1.2.1"; + version = "6.1.3"; }; rainbow = { groups = ["default" "development"]; diff --git a/modules/accentor/yarn.nix b/modules/accentor/yarn.nix index 0e036fb6..f3b2dfaf 100644 --- a/modules/accentor/yarn.nix +++ b/modules/accentor/yarn.nix @@ -3506,11 +3506,11 @@ }; } { - name = "eslint_plugin_vue___eslint_plugin_vue_7.5.0.tgz"; + name = "eslint_plugin_vue___eslint_plugin_vue_7.6.0.tgz"; path = fetchurl { - name = "eslint_plugin_vue___eslint_plugin_vue_7.5.0.tgz"; - url = "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.5.0.tgz"; - sha1 = "cc6d983eb22781fa2440a7573cf39af439bb5725"; + name = "eslint_plugin_vue___eslint_plugin_vue_7.6.0.tgz"; + url = "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.6.0.tgz"; + sha1 = "ea616e6dfd45d545adb16cba628c5a992cc31f0b"; }; } { @@ -7730,11 +7730,11 @@ }; } { - name = "sass___sass_1.32.7.tgz"; + name = "sass___sass_1.32.8.tgz"; path = fetchurl { - name = "sass___sass_1.32.7.tgz"; - url = "https://registry.yarnpkg.com/sass/-/sass-1.32.7.tgz"; - sha1 = "632a9df2b85dc4b346977fcaf2d5e6f2b7039fd8"; + name = "sass___sass_1.32.8.tgz"; + url = "https://registry.yarnpkg.com/sass/-/sass-1.32.8.tgz"; + sha1 = "f16a9abd8dc530add8834e506878a2808c037bdc"; }; } { @@ -9026,11 +9026,11 @@ }; } { - name = "vue_eslint_parser___vue_eslint_parser_7.4.1.tgz"; + name = "vue_eslint_parser___vue_eslint_parser_7.5.0.tgz"; path = fetchurl { - name = "vue_eslint_parser___vue_eslint_parser_7.4.1.tgz"; - url = "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.4.1.tgz"; - sha1 = "e4adcf7876a7379758d9056a72235af18a587f92"; + name = "vue_eslint_parser___vue_eslint_parser_7.5.0.tgz"; + url = "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.5.0.tgz"; + sha1 = "b68221c55fee061899afcfb4441ec74c1495285e"; }; } {