Update accentor

This commit is contained in:
Charlotte Van Petegem 2021-05-01 00:55:04 +02:00
parent db36d40d1a
commit 0ffd813d06
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ let
owner = "accentor";
repo = "api";
rev = "develop";
sha256 = "08qb2liflv8i3mw2p4j8f9mhafw9h3rqklzd8lpmvdfk3cnvcskv";
sha256 = "1w0zv8ip4v91n7hdz2826whk01hs0z6g081w8rpk8bj4mbpb632n";
};
gems = pkgs.bundlerEnv {
name = "accentor-api-env";

View file

@ -174,7 +174,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.1.1)
rexml (3.2.4)
rexml (3.2.5)
rubocop (1.12.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)

View file

@ -725,10 +725,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "1mkvkcw9fhpaizrhca0pdgjcrbns48rlz4g6lavl5gjjq3rk2sq3";
sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53";
type = "gem";
};
version = "3.2.4";
version = "3.2.5";
};
rubocop = {
dependencies = [ "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width" ];