From fa30668da52d4b2689f157f138074f9f43d42978 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 5 Jul 2021 11:10:17 +0200 Subject: [PATCH] Update dependencies --- flake.lock | 18 +++++++++--------- modules/accentor.nix | 4 ++-- modules/accentor/Gemfile | 2 +- modules/accentor/Gemfile.lock | 8 ++++---- modules/accentor/gemset.nix | 12 ++++++------ modules/accentor/yarn.nix | 8 ++++---- 6 files changed, 26 insertions(+), 26 deletions(-) diff --git a/flake.lock b/flake.lock index 0f5c7110..146af5f8 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ }, "emacs-overlay": { "locked": { - "lastModified": 1625303255, - "narHash": "sha256-tV5x9w0pFgtCry6w0h6hjziZpCuGngbdvt2mtMzweas=", + "lastModified": 1625453195, + "narHash": "sha256-/2n9jIUx473RR+QUs6JYjK+Ox05zAXdXgZIuNlHMp9A=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "5ee8f21122f8a581d58b9ba7ba8fdf9d7de642be", + "rev": "b02ea48cb958959b392c04980c7403323c25b1d0", "type": "github" }, "original": { @@ -58,11 +58,11 @@ ] }, "locked": { - "lastModified": 1625162737, - "narHash": "sha256-IzKTw2u/EKVr6TCQYylSAcOnrVRpir3wG3MUHj2LsTc=", + "lastModified": 1625384440, + "narHash": "sha256-WnDK+LZioER6eeC8Sm7GPvbiS6XPyUqn+qtc2lvjLHo=", "owner": "nix-community", "repo": "home-manager", - "rev": "7df6656b113ce0d39c8b7d30915cafe046e1d64e", + "rev": "ac319fd3149b23a3ad8ee24cb2def6e67acf194c", "type": "github" }, "original": { @@ -74,11 +74,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1625282911, - "narHash": "sha256-pnXRM13owNl1r8gf21BWlL7hQLnP037J46KKDn4wa0A=", + "lastModified": 1625439722, + "narHash": "sha256-esAlpmpvdWrRO2fTzvlW8HMXCIKr7eW5Bj12my/ys3o=", "owner": "nixos", "repo": "nixpkgs", - "rev": "69063eaf6253160ea6e0d8142147b358c6e28ea2", + "rev": "a6c2f5e6e7a0c5e99b841cf4c38be3b027bc9883", "type": "github" }, "original": { diff --git a/modules/accentor.nix b/modules/accentor.nix index a66f2068..11600ead 100644 --- a/modules/accentor.nix +++ b/modules/accentor.nix @@ -7,7 +7,7 @@ let owner = "accentor"; repo = "web"; rev = "develop"; - sha256 = "0gm5bsyydyl56c3qr0fk1v8i60q1jdcb2vxndg3a3yibyqf6c6hf"; + sha256 = "18zd21jgnjljvqskbyw33bpzyrwscw152c9fwwhan7siyy5bm3ga"; }; yarnNix = ./accentor/yarn.nix; buildPhase = '' @@ -24,7 +24,7 @@ let owner = "accentor"; repo = "api"; rev = "develop"; - sha256 = "1kvmgcdch5m8wbdg9a5ajm2a63fjz1wdd5f2k0yh0d0vx0bcy67p"; + sha256 = "0z4snjdsr8zh2drffvvdshz7maivlp08zcmwz327xx5qdg0yb70f"; }; gems = pkgs.bundlerEnv { name = "accentor-api-env"; diff --git a/modules/accentor/Gemfile b/modules/accentor/Gemfile index 78638f7e..4b7ada28 100644 --- a/modules/accentor/Gemfile +++ b/modules/accentor/Gemfile @@ -51,7 +51,7 @@ end group :development do gem 'annotate', '~> 3.1' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed - gem 'rubocop-minitest', '~> 0.13.0' + gem 'rubocop-minitest', '~> 0.14.0' gem 'rubocop-rails', '~> 2.11' gem 'listen', '>= 3.1.5', '< 3.6' diff --git a/modules/accentor/Gemfile.lock b/modules/accentor/Gemfile.lock index 3e6bd9c3..36da03f3 100644 --- a/modules/accentor/Gemfile.lock +++ b/modules/accentor/Gemfile.lock @@ -175,7 +175,7 @@ GEM ffi (~> 1.0) regexp_parser (2.1.1) rexml (3.2.5) - rubocop (1.17.0) + rubocop (1.18.2) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -186,9 +186,9 @@ GEM unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.7.0) parser (>= 3.0.1.1) - rubocop-minitest (0.13.0) + rubocop-minitest (0.14.0) rubocop (>= 0.90, < 2.0) - rubocop-rails (2.11.1) + rubocop-rails (2.11.2) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) @@ -246,7 +246,7 @@ DEPENDENCIES pundit (~> 2.1) rack-cors (~> 1.1) rails (~> 6.1) - rubocop-minitest (~> 0.13.0) + rubocop-minitest (~> 0.14.0) rubocop-rails (~> 2.11) simplecov (~> 0.21) spring (~> 2.1) diff --git a/modules/accentor/gemset.nix b/modules/accentor/gemset.nix index 4a4c1b8d..c0135315 100644 --- a/modules/accentor/gemset.nix +++ b/modules/accentor/gemset.nix @@ -736,10 +736,10 @@ platforms = [ ]; source = { remotes = [ "https://rubygems.org" ]; - sha256 = "0lnh62ij3jfr20mq8wb292fmiv8y1rbkxd3qg7fl2hn0azd157p6"; + sha256 = "1hi5zxn7wk8l6x7rs2wi7iqv87b1h4dx63m1pqzgibd3fw4rhibb"; type = "gem"; }; - version = "1.17.0"; + version = "1.18.2"; }; rubocop-ast = { dependencies = [ "parser" ]; @@ -758,10 +758,10 @@ platforms = [ ]; source = { remotes = [ "https://rubygems.org" ]; - sha256 = "0glz9k41vd5zvb2s5bi3mv9n74mipgbmj0i1d4dcx5g8xcx5wlll"; + sha256 = "1sf8s0iiwzv7k7vk3gb7483anf5gxh7wp7jf7d26ga5z4lzrsfd8"; type = "gem"; }; - version = "0.13.0"; + version = "0.14.0"; }; rubocop-rails = { dependencies = [ "activesupport" "rack" "rubocop" ]; @@ -769,10 +769,10 @@ platforms = [ ]; source = { remotes = [ "https://rubygems.org" ]; - sha256 = "1nvr8gng1si4amf6jda022kasgkrvjpmlv42ish0yzng1sdvrrv3"; + sha256 = "0js9g5l5i29519qvi7pslhzjvsi6x05ab8wlrx9nb82p2l14rgq7"; type = "gem"; }; - version = "2.11.1"; + version = "2.11.2"; }; ruby-progressbar = { groups = [ "default" "development" ]; diff --git a/modules/accentor/yarn.nix b/modules/accentor/yarn.nix index 46fd7d4a..147541cb 100644 --- a/modules/accentor/yarn.nix +++ b/modules/accentor/yarn.nix @@ -9154,11 +9154,11 @@ }; } { - name = "vuetify___vuetify_2.5.5.tgz"; + name = "vuetify___vuetify_2.5.6.tgz"; path = fetchurl { - name = "vuetify___vuetify_2.5.5.tgz"; - url = "https://registry.yarnpkg.com/vuetify/-/vuetify-2.5.5.tgz"; - sha1 = "66d4058209e1d70e9c742d37384f3ae63add7b04"; + name = "vuetify___vuetify_2.5.6.tgz"; + url = "https://registry.yarnpkg.com/vuetify/-/vuetify-2.5.6.tgz"; + sha1 = "9cbb1eacece6c42028216312b9be23e35a7f5cf4"; }; } {