Update accentor

This commit is contained in:
Charlotte Van Petegem 2022-03-12 21:13:56 +01:00
parent fdf4a2e31a
commit f22253d59f
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 104 additions and 104 deletions

View file

@ -28,7 +28,7 @@ gem 'will_paginate', '~> 3.3'
gem 'image_processing', '~> 1.12.2'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '~> 1.10.3', require: false
gem 'bootsnap', '~> 1.11.1', require: false
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
gem 'rack-cors', '~> 1.1'
@ -44,7 +44,7 @@ end
group :development, :test do
gem 'factory_bot_rails', '~> 6.2'
gem 'faker', '~> 2.19'
gem 'faker', '~> 2.20'
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: %i[mri mingw x64_mingw]

View file

@ -1,47 +1,47 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (7.0.2.2)
actionpack (= 7.0.2.2)
activesupport (= 7.0.2.2)
actioncable (7.0.2.3)
actionpack (= 7.0.2.3)
activesupport (= 7.0.2.3)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (7.0.2.2)
actionpack (= 7.0.2.2)
activejob (= 7.0.2.2)
activerecord (= 7.0.2.2)
activestorage (= 7.0.2.2)
activesupport (= 7.0.2.2)
actionmailbox (7.0.2.3)
actionpack (= 7.0.2.3)
activejob (= 7.0.2.3)
activerecord (= 7.0.2.3)
activestorage (= 7.0.2.3)
activesupport (= 7.0.2.3)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.0.2.2)
actionpack (= 7.0.2.2)
actionview (= 7.0.2.2)
activejob (= 7.0.2.2)
activesupport (= 7.0.2.2)
actionmailer (7.0.2.3)
actionpack (= 7.0.2.3)
actionview (= 7.0.2.3)
activejob (= 7.0.2.3)
activesupport (= 7.0.2.3)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
actionpack (7.0.2.2)
actionview (= 7.0.2.2)
activesupport (= 7.0.2.2)
actionpack (7.0.2.3)
actionview (= 7.0.2.3)
activesupport (= 7.0.2.3)
rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.2.2)
actionpack (= 7.0.2.2)
activerecord (= 7.0.2.2)
activestorage (= 7.0.2.2)
activesupport (= 7.0.2.2)
actiontext (7.0.2.3)
actionpack (= 7.0.2.3)
activerecord (= 7.0.2.3)
activestorage (= 7.0.2.3)
activesupport (= 7.0.2.3)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.0.2.2)
activesupport (= 7.0.2.2)
actionview (7.0.2.3)
activesupport (= 7.0.2.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
@ -51,22 +51,22 @@ GEM
activemodel (>= 4.1, < 7.1)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (7.0.2.2)
activesupport (= 7.0.2.2)
activejob (7.0.2.3)
activesupport (= 7.0.2.3)
globalid (>= 0.3.6)
activemodel (7.0.2.2)
activesupport (= 7.0.2.2)
activerecord (7.0.2.2)
activemodel (= 7.0.2.2)
activesupport (= 7.0.2.2)
activestorage (7.0.2.2)
actionpack (= 7.0.2.2)
activejob (= 7.0.2.2)
activerecord (= 7.0.2.2)
activesupport (= 7.0.2.2)
activemodel (7.0.2.3)
activesupport (= 7.0.2.3)
activerecord (7.0.2.3)
activemodel (= 7.0.2.3)
activesupport (= 7.0.2.3)
activestorage (7.0.2.3)
actionpack (= 7.0.2.3)
activejob (= 7.0.2.3)
activerecord (= 7.0.2.3)
activesupport (= 7.0.2.3)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activesupport (7.0.2.2)
activesupport (7.0.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@ -76,7 +76,7 @@ GEM
rake (>= 10.4, < 14.0)
ast (2.4.2)
bcrypt (3.1.16)
bootsnap (1.10.3)
bootsnap (1.11.1)
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.3)
@ -103,8 +103,8 @@ GEM
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faker (2.19.0)
i18n (>= 1.6, < 2)
faker (2.20.0)
i18n (>= 1.8.11, < 2)
ffi (1.15.5)
fugit (1.5.2)
et-orbi (~> 1.1, >= 1.1.8)
@ -156,7 +156,7 @@ GEM
parallel (1.21.0)
parser (3.1.0.0)
ast (~> 2.4.1)
pg (1.3.3)
pg (1.3.4)
puma (5.6.2)
nio4r (~> 2.0)
pundit (2.2.0)
@ -168,28 +168,28 @@ GEM
rack (>= 2.0.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (7.0.2.2)
actioncable (= 7.0.2.2)
actionmailbox (= 7.0.2.2)
actionmailer (= 7.0.2.2)
actionpack (= 7.0.2.2)
actiontext (= 7.0.2.2)
actionview (= 7.0.2.2)
activejob (= 7.0.2.2)
activemodel (= 7.0.2.2)
activerecord (= 7.0.2.2)
activestorage (= 7.0.2.2)
activesupport (= 7.0.2.2)
rails (7.0.2.3)
actioncable (= 7.0.2.3)
actionmailbox (= 7.0.2.3)
actionmailer (= 7.0.2.3)
actionpack (= 7.0.2.3)
actiontext (= 7.0.2.3)
actionview (= 7.0.2.3)
activejob (= 7.0.2.3)
activemodel (= 7.0.2.3)
activerecord (= 7.0.2.3)
activestorage (= 7.0.2.3)
activesupport (= 7.0.2.3)
bundler (>= 1.15.0)
railties (= 7.0.2.2)
railties (= 7.0.2.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
railties (7.0.2.2)
actionpack (= 7.0.2.2)
activesupport (= 7.0.2.2)
railties (7.0.2.3)
actionpack (= 7.0.2.3)
activesupport (= 7.0.2.3)
method_source
rake (>= 12.2)
thor (~> 1.0)
@ -244,13 +244,13 @@ DEPENDENCIES
active_model_serializers (~> 0.10)
annotate (~> 3.2)
bcrypt (~> 3.1)
bootsnap (~> 1.10.3)
bootsnap (~> 1.11.1)
byebug
codecov (~> 0.6.0)
delayed_cron_job (~> 0.9)
delayed_job_active_record (~> 4.1)
factory_bot_rails (~> 6.2)
faker (~> 2.19)
faker (~> 2.20)
has_scope (~> 0.8)
image_processing (~> 1.12.2)
mocha (~> 1.13.0)

View file

@ -35,7 +35,7 @@
owner = "accentor";
repo = "api";
rev = "main";
sha256 = "AwMvaLUkd4oLxy+vUUoDdcvAKg7zGtZYKyJSSs3mTOg=";
sha256 = "5S4AJsEu6H6Y8uz7BzzbG52tF+n/75VBdlH89r6K8nw=";
};
});
webPackage = (pkgs.accentor-web.override {
@ -48,7 +48,7 @@
owner = "accentor";
repo = "web";
rev = "main";
sha256 = "a+2FBZfPyiQ+Si3wn286yNpM7opbRheBIeGkrYHcZ2U=";
sha256 = "JiwtV3FbOtq82W+TVQpf/j0wSmAXfGB1XVAQwDp9fRE=";
};
});
};

View file

@ -5,10 +5,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "09zgli2dqahs3zy7y36awpcy0xps0mgr29sf6rb44gf4pzfllmrv";
sha256 = "05abj034rvyc1hgywp1gvj8bkxgp151aryxgmivxzk6sd29saq9q";
type = "gem";
};
version = "7.0.2.2";
version = "7.0.2.3";
};
actionmailbox = {
dependencies = [ "actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail" "net-imap" "net-pop" "net-smtp" ];
@ -16,10 +16,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0a9dxirl1jglng1gnb19nlxbv711b96mxzqjc5bhpmar8fa87k85";
sha256 = "0ryx9y27m6bp6mwkk0v6sq48kpvq9i15pwhfvq2gvkph1d41vx1k";
type = "gem";
};
version = "7.0.2.2";
version = "7.0.2.3";
};
actionmailer = {
dependencies = [ "actionpack" "actionview" "activejob" "activesupport" "mail" "net-imap" "net-pop" "net-smtp" "rails-dom-testing" ];
@ -27,10 +27,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0wlm00w2n46ijyij1pj1ki646nyf86qh9dqj43y3a1027r8a940d";
sha256 = "0qsns7caqymk0zm5nn5dylqzgjvdjs96fp8l0ycadi5j2q93klxg";
type = "gem";
};
version = "7.0.2.2";
version = "7.0.2.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 = "0qf8hfqrs0940jjqik4dixika3mmi808dkikqfjcbvc0d9640ipw";
sha256 = "1yb36akfg61zq210sc9y1l3a0jz10m61a81iqxiczknsfh9d76rb";
type = "gem";
};
version = "7.0.2.2";
version = "7.0.2.3";
};
actiontext = {
dependencies = [ "actionpack" "activerecord" "activestorage" "activesupport" "globalid" "nokogiri" ];
@ -49,10 +49,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "1dljxklzljj77kfymmfwpsljnmiwbknnvgpcwmrvxhb96gszkngy";
sha256 = "0bky0ixc4b1si0zhywm8cds73bvxprga86yap3z8p95irarziybq";
type = "gem";
};
version = "7.0.2.2";
version = "7.0.2.3";
};
actionview = {
dependencies = [ "activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer" ];
@ -60,10 +60,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0q67w0y90fia7zbipap3b49rbq5yrj36ip5ab1pgz4k0aps35sn1";
sha256 = "1nldiqlj9jlnfvqblhk6c4md77nqri24ln10ajhfbgrx9b6h140h";
type = "gem";
};
version = "7.0.2.2";
version = "7.0.2.3";
};
active_model_serializers = {
dependencies = [ "actionpack" "activemodel" "case_transform" "jsonapi-renderer" ];
@ -82,10 +82,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "12hfz13jnxh4j5lxn9nhfaar9qcsjmwkk3x281w96mjsxajrgsyr";
sha256 = "12ycizvhxcp7mz99g6ap9y67z5n2wy0bbbm8s5il765xsfizi76k";
type = "gem";
};
version = "7.0.2.2";
version = "7.0.2.3";
};
activemodel = {
dependencies = [ "activesupport" ];
@ -93,10 +93,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "131jaswygjchf7mn998nl61bpg6qsfgyzdp3mc48q650hf5i4chk";
sha256 = "1r2657xaa6zfvp3y04nrl4hnjpvd9m9sl7hs83q4nbnclkgzhb4w";
type = "gem";
};
version = "7.0.2.2";
version = "7.0.2.3";
};
activerecord = {
dependencies = [ "activemodel" "activesupport" ];
@ -104,10 +104,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0czkk2wrc2h5ghn2sqzz1p0n2f8z3xbd13vc43lxgwgzcjmcy3s7";
sha256 = "104jdjghliw33zmivlmvq70l40dyyz6gh1qsb0z82n9wyp861s18";
type = "gem";
};
version = "7.0.2.2";
version = "7.0.2.3";
};
activestorage = {
dependencies = [ "actionpack" "activejob" "activerecord" "activesupport" "marcel" "mini_mime" ];
@ -115,10 +115,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0s6ql42xa89bc8gl6sxr23llzkg4a4716p1d6rghqbyvkwm095vr";
sha256 = "143bfqq9m1mvmvm4s7qvgqzfl8fqa46a45kz5f4v0zfbflqx6f6v";
type = "gem";
};
version = "7.0.2.2";
version = "7.0.2.3";
};
activesupport = {
dependencies = [ "concurrent-ruby" "i18n" "minitest" "tzinfo" ];
@ -126,10 +126,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "1zdj3sc0l88jck9sl099vwxf3fc7bk5cs37f5wmq728blrp3s8y0";
sha256 = "1jpydd414j0fig3r0f6ci67mchclg6cq2qgqbq9zplrbg40pzfi8";
type = "gem";
};
version = "7.0.2.2";
version = "7.0.2.3";
};
annotate = {
dependencies = [ "activerecord" "rake" ];
@ -168,10 +168,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "053hx5hz1zdcqwywlnabzf0gkrrchhzh66p1bfzvrryb075lsqm1";
sha256 = "0bjhh8pngmvnrsri2h6a753pgv0xdkbbgi1bmv6c7q137sp37jbg";
type = "gem";
};
version = "1.10.3";
version = "1.11.1";
};
builder = {
groups = [ "default" "development" "test" ];
@ -348,10 +348,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0hb9wfxyb4ss2vl2mrj1zgdk7dh4yaxghq22gbx62yxj5yb9w4zw";
sha256 = "1694ndj701a8q4c4bwxz53kx94ih1rr4pgr4gk7a6c8k4jsbjgwi";
type = "gem";
};
version = "2.19.0";
version = "2.20.0";
};
ffi = {
groups = [ "default" ];
@ -631,10 +631,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0qqky1q9xhji017q1apx9w81qdlwpm6ix3amhikjy416hxxmhcj1";
sha256 = "090c3kazlmiizp25las7dgi8wlc11s29nrs2gy3qrp1z8qikgcmb";
type = "gem";
};
version = "1.3.3";
version = "1.3.4";
};
puma = {
dependencies = [ "nio4r" ];
@ -716,10 +716,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0zziyr3vhxn1said316wrkymsysq7q1ici33rx10l4p2648y54rk";
sha256 = "10x2vb9rd3zpnp6f9vv60kmv9hlrcg4dxk9z5vhcdpkjbh3j8kpf";
type = "gem";
};
version = "7.0.2.2";
version = "7.0.2.3";
};
rails-dom-testing = {
dependencies = [ "activesupport" "nokogiri" ];
@ -749,10 +749,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0wsdd22xy114c14hb8hqvg5riawik6xlgk73b9b8jk23vrhwm1n7";
sha256 = "12jxqfalhac6q3v0rasm5r5c406knngrgdblhl41m753gn9hrzx4";
type = "gem";
};
version = "7.0.2.2";
version = "7.0.2.3";
};
rainbow = {
groups = [ "default" "development" ];

View file

@ -23,7 +23,7 @@
"vue-meta": "^2.4.0",
"vue-router": "^3.5.3",
"vuedraggable": "^2.24.3",
"vuetify": "^2.6.3",
"vuetify": "^2.6.4",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},

View file

@ -6155,10 +6155,10 @@ vuetify-loader@^1.7.3:
file-loader "^6.2.0"
loader-utils "^2.0.0"
vuetify@^2.6.3:
version "2.6.3"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-2.6.3.tgz#b33ede2da958a40c6ced0ad1f4eda737984b3967"
integrity sha512-Zfiz2DZnp1DvxqGaSCGqGjv4mPNAurJJ5Xwy7bzNzIySGLlRdlO8UH6aNWnSgfaAsLP3voxadSGDm6tKM8Ys7w==
vuetify@^2.6.4:
version "2.6.4"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-2.6.4.tgz#18052f77492d32856fea35c910755075ff32acc9"
integrity sha512-2wEzU/Gz39gQCxK93xoiWPKCHQUnyUKWd81wB7Q7hfYJWu5QOWQXYlF0X/BgUZzf8IOyHWKiSNEAfEe9OE3b4w==
vuex-persist@^3.1.3:
version "3.1.3"

View file

@ -6802,11 +6802,11 @@
};
}
{
name = "vuetify___vuetify_2.6.3.tgz";
name = "vuetify___vuetify_2.6.4.tgz";
path = fetchurl {
name = "vuetify___vuetify_2.6.3.tgz";
url = "https://registry.yarnpkg.com/vuetify/-/vuetify-2.6.3.tgz";
sha512 = "Zfiz2DZnp1DvxqGaSCGqGjv4mPNAurJJ5Xwy7bzNzIySGLlRdlO8UH6aNWnSgfaAsLP3voxadSGDm6tKM8Ys7w==";
name = "vuetify___vuetify_2.6.4.tgz";
url = "https://registry.yarnpkg.com/vuetify/-/vuetify-2.6.4.tgz";
sha512 = "2wEzU/Gz39gQCxK93xoiWPKCHQUnyUKWd81wB7Q7hfYJWu5QOWQXYlF0X/BgUZzf8IOyHWKiSNEAfEe9OE3b4w==";
};
}
{