gitlab: add all necessary gem groups

This commit is contained in:
Robin Gloster 2019-07-16 01:18:42 +02:00
parent 722ee7756b
commit 5589612599
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -18,7 +18,9 @@ let
dontBuild = false;
};
};
groups = [ "default" "unicorn" "ed25519" "metrics" ];
groups = [
"default" "unicorn" "ed25519" "metrics" "development" "puma" "test"
];
# N.B. omniauth_oauth2_generic and apollo_upload_server both provide a
# `console` executable.
ignoreCollisions = true;