Update accentor

This commit is contained in:
Charlotte Van Petegem 2022-02-12 10:36:39 +01:00
parent ce6ce9ff96
commit ab77437953
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 4 additions and 4 deletions

View file

@ -137,7 +137,7 @@ GEM
parser (3.1.0.0) parser (3.1.0.0)
ast (~> 2.4.1) ast (~> 2.4.1)
pg (1.3.1) pg (1.3.1)
puma (5.6.1) puma (5.6.2)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.1.1) pundit (2.1.1)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)

View file

@ -35,7 +35,7 @@
owner = "accentor"; owner = "accentor";
repo = "api"; repo = "api";
rev = "main"; rev = "main";
sha256 = "uryL9TTE+PNfeIZacfznKR7iXVaMQj7G7y8rmL7Cie8="; sha256 = "WPbAUZg62otClZm48sThntzQpL6AEU0G4VN8i1ov6f4=";
}; };
}); });
webPackage = (pkgs.accentor-web.override { webPackage = (pkgs.accentor-web.override {

View file

@ -589,10 +589,10 @@
platforms = [ ]; platforms = [ ];
source = { source = {
remotes = [ "https://rubygems.org" ]; remotes = [ "https://rubygems.org" ];
sha256 = "03blhf8snz59433zsv7apwqy1hg92yhkb5am9x2dpqr0c4i6hscs"; sha256 = "1np2myaxlk5iab1zarwgmp7zsjvm5j8ssg35ijv8b6dpvc3cjd56";
type = "gem"; type = "gem";
}; };
version = "5.6.1"; version = "5.6.2";
}; };
pundit = { pundit = {
dependencies = [ "activesupport" ]; dependencies = [ "activesupport" ];