Update dependencies
This commit is contained in:
parent
0ad1330e1d
commit
ec4c6bdf13
6 changed files with 28 additions and 28 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -54,11 +54,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1619764240,
|
"lastModified": 1619849839,
|
||||||
"narHash": "sha256-N/06KWTDIK6wcFyrUIMLe7KDyAMj3Sj+tR88zbFDJ10=",
|
"narHash": "sha256-akVm72M8S1eDr5xgDpnmIGPAn9HLNcQ7iLNPgSNMQug=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "b3477d186b87e16d4c2d73db6e97a5ac392d49d2",
|
"rev": "85aef7706e35226d572b419971a98cf0d2f22ae6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -7,7 +7,7 @@ let
|
||||||
owner = "accentor";
|
owner = "accentor";
|
||||||
repo = "web";
|
repo = "web";
|
||||||
rev = "develop";
|
rev = "develop";
|
||||||
sha256 = "10dw27i5qiskiqfxyszvchag3ycxizkbjkwx7bb1nb7ahlwzbqs2";
|
sha256 = "13xh2zz011pzkqpzj2xnyl61fzq4njkqasig8498qyhll5liwvq0";
|
||||||
};
|
};
|
||||||
yarnNix = ./accentor/yarn.nix;
|
yarnNix = ./accentor/yarn.nix;
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
@ -24,7 +24,7 @@ let
|
||||||
owner = "accentor";
|
owner = "accentor";
|
||||||
repo = "api";
|
repo = "api";
|
||||||
rev = "develop";
|
rev = "develop";
|
||||||
sha256 = "1w0zv8ip4v91n7hdz2826whk01hs0z6g081w8rpk8bj4mbpb632n";
|
sha256 = "0fxsmmhcgyqa2cakkckm4zlbq3mxnc00iphh3j1gc3cbyk3inqpq";
|
||||||
};
|
};
|
||||||
gems = pkgs.bundlerEnv {
|
gems = pkgs.bundlerEnv {
|
||||||
name = "accentor-api-env";
|
name = "accentor-api-env";
|
||||||
|
|
|
@ -54,7 +54,7 @@ end
|
||||||
group :development do
|
group :development do
|
||||||
gem 'annotate', '~> 3.1'
|
gem 'annotate', '~> 3.1'
|
||||||
|
|
||||||
gem 'rubocop-minitest', '~> 0.11.1'
|
gem 'rubocop-minitest', '~> 0.12.1'
|
||||||
gem 'rubocop-rails', '~> 2.9'
|
gem 'rubocop-rails', '~> 2.9'
|
||||||
|
|
||||||
gem 'listen', '>= 3.1.5', '< 3.6'
|
gem 'listen', '>= 3.1.5', '< 3.6'
|
||||||
|
|
|
@ -129,7 +129,7 @@ GEM
|
||||||
mini_portile2 (~> 2.5.0)
|
mini_portile2 (~> 2.5.0)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
parallel (1.20.1)
|
parallel (1.20.1)
|
||||||
parser (3.0.0.0)
|
parser (3.0.1.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.2.3)
|
pg (1.2.3)
|
||||||
puma (5.2.2)
|
puma (5.2.2)
|
||||||
|
@ -175,7 +175,7 @@ GEM
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
regexp_parser (2.1.1)
|
regexp_parser (2.1.1)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rubocop (1.12.0)
|
rubocop (1.13.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.0.0.0)
|
parser (>= 3.0.0.0)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
|
@ -186,7 +186,7 @@ GEM
|
||||||
unicode-display_width (>= 1.4.0, < 3.0)
|
unicode-display_width (>= 1.4.0, < 3.0)
|
||||||
rubocop-ast (1.4.1)
|
rubocop-ast (1.4.1)
|
||||||
parser (>= 2.7.1.5)
|
parser (>= 2.7.1.5)
|
||||||
rubocop-minitest (0.11.1)
|
rubocop-minitest (0.12.1)
|
||||||
rubocop (>= 0.90, < 2.0)
|
rubocop (>= 0.90, < 2.0)
|
||||||
rubocop-rails (2.9.1)
|
rubocop-rails (2.9.1)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
|
@ -247,7 +247,7 @@ DEPENDENCIES
|
||||||
rack (~> 2.1.4)
|
rack (~> 2.1.4)
|
||||||
rack-cors (~> 1.1)
|
rack-cors (~> 1.1)
|
||||||
rails (~> 6.1)
|
rails (~> 6.1)
|
||||||
rubocop-minitest (~> 0.11.1)
|
rubocop-minitest (~> 0.12.1)
|
||||||
rubocop-rails (~> 2.9)
|
rubocop-rails (~> 2.9)
|
||||||
simplecov (~> 0.21)
|
simplecov (~> 0.21)
|
||||||
spring (~> 2.1)
|
spring (~> 2.1)
|
||||||
|
|
|
@ -546,10 +546,10 @@
|
||||||
platforms = [ ];
|
platforms = [ ];
|
||||||
source = {
|
source = {
|
||||||
remotes = [ "https://rubygems.org" ];
|
remotes = [ "https://rubygems.org" ];
|
||||||
sha256 = "1jixakyzmy0j5c1rb0fjrrdhgnyryvrr6vgcybs14jfw09akv5ml";
|
sha256 = "04ri489irbbx6sbkclpgri7j7p99v2qib5g2i70xx5fay12ilny8";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "3.0.0.0";
|
version = "3.0.1.0";
|
||||||
};
|
};
|
||||||
pg = {
|
pg = {
|
||||||
groups = [ "default" ];
|
groups = [ "default" ];
|
||||||
|
@ -736,10 +736,10 @@
|
||||||
platforms = [ ];
|
platforms = [ ];
|
||||||
source = {
|
source = {
|
||||||
remotes = [ "https://rubygems.org" ];
|
remotes = [ "https://rubygems.org" ];
|
||||||
sha256 = "1i3y0h6awywx4rdmjdan908jmnyk589pndbjypxkfbkqvjx514fw";
|
sha256 = "0cgrj670wrdw202pddiawcx2jbkcp7ja8zbc646by7nrg9ax492d";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.12.0";
|
version = "1.13.0";
|
||||||
};
|
};
|
||||||
rubocop-ast = {
|
rubocop-ast = {
|
||||||
dependencies = [ "parser" ];
|
dependencies = [ "parser" ];
|
||||||
|
@ -758,10 +758,10 @@
|
||||||
platforms = [ ];
|
platforms = [ ];
|
||||||
source = {
|
source = {
|
||||||
remotes = [ "https://rubygems.org" ];
|
remotes = [ "https://rubygems.org" ];
|
||||||
sha256 = "0s4pqq4v8gb3nw4jcb82xplrrncn9plw81vqqfm700sf9j8k9gj0";
|
sha256 = "1crskzfspy9fzr410kahhz7818zvxyfphx6d6spa3rlwakl296vg";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "0.11.1";
|
version = "0.12.1";
|
||||||
};
|
};
|
||||||
rubocop-rails = {
|
rubocop-rails = {
|
||||||
dependencies = [ "activesupport" "rack" "rubocop" ];
|
dependencies = [ "activesupport" "rack" "rubocop" ];
|
||||||
|
|
|
@ -7738,11 +7738,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "sass___sass_1.32.11.tgz";
|
name = "sass___sass_1.32.12.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "sass___sass_1.32.11.tgz";
|
name = "sass___sass_1.32.12.tgz";
|
||||||
url = "https://registry.yarnpkg.com/sass/-/sass-1.32.11.tgz";
|
url = "https://registry.yarnpkg.com/sass/-/sass-1.32.12.tgz";
|
||||||
sha1 = "b236b3ea55c76602c2ef2bd0445f0db581baa218";
|
sha1 = "a2a47ad0f1c168222db5206444a30c12457abb9f";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -9026,11 +9026,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "vue_cli_plugin_vuetify___vue_cli_plugin_vuetify_2.3.1.tgz";
|
name = "vue_cli_plugin_vuetify___vue_cli_plugin_vuetify_2.4.0.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "vue_cli_plugin_vuetify___vue_cli_plugin_vuetify_2.3.1.tgz";
|
name = "vue_cli_plugin_vuetify___vue_cli_plugin_vuetify_2.4.0.tgz";
|
||||||
url = "https://registry.yarnpkg.com/vue-cli-plugin-vuetify/-/vue-cli-plugin-vuetify-2.3.1.tgz";
|
url = "https://registry.yarnpkg.com/vue-cli-plugin-vuetify/-/vue-cli-plugin-vuetify-2.4.0.tgz";
|
||||||
sha1 = "9e45a686902351320e876881d057eb69c646a22b";
|
sha1 = "e3eca6a51592a1610b2006296efc31c52981b031";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -9058,11 +9058,11 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "vue_i18n___vue_i18n_8.24.3.tgz";
|
name = "vue_i18n___vue_i18n_8.24.4.tgz";
|
||||||
path = fetchurl {
|
path = fetchurl {
|
||||||
name = "vue_i18n___vue_i18n_8.24.3.tgz";
|
name = "vue_i18n___vue_i18n_8.24.4.tgz";
|
||||||
url = "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.24.3.tgz";
|
url = "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.24.4.tgz";
|
||||||
sha1 = "2233ae11ec59e8204df58a28fc41afe9754e3b41";
|
sha1 = "b158614c1df7db183d9cadddbb73e1d540269492";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue