gitlab: add all necessary gem groups
This commit is contained in:
parent
722ee7756b
commit
5589612599
@ -18,7 +18,9 @@ let
|
|||||||
dontBuild = false;
|
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
|
# N.B. omniauth_oauth2_generic and apollo_upload_server both provide a
|
||||||
# `console` executable.
|
# `console` executable.
|
||||||
ignoreCollisions = true;
|
ignoreCollisions = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user