From 3a07b8ea5862d787ec01e8330d69bce6deec79c9 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 14 Apr 2022 16:09:21 -0300 Subject: [PATCH] remove all matching gems --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index bb68148..fa50737 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -8,6 +8,6 @@ su-exec builder /usr/local/bin/gem-compiler exit_status=$? test -n "${EXTRA_PKGS}" && apk del ${EXTRA_PKGS} -test -n "${EXTRA_GEMS}" && gem uninstall ${EXTRA_GEMS} +test -n "${EXTRA_GEMS}" && gem uninstall --all ${EXTRA_GEMS} exit ${exit_status}