From 9405f2be46ca780b5454cdb76cd438c9893cf089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Tue, 5 Nov 2024 15:33:57 +0000 Subject: [PATCH] fix(setup): do not use pre-installed gems in distrobox --- setup-services.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-services.sh b/setup-services.sh index bd9dea7e5d..669688c341 100755 --- a/setup-services.sh +++ b/setup-services.sh @@ -117,7 +117,7 @@ fi sed -e '/gemspec/a gem "ruby-dbus", path: "/checkout-ruby-dbus"' -i Gemfile fi - if [ -n "${CI:-}" ] || [ -n "${DISTROBOX_ENTER_PATH:-}" ]; then + if [ -n "${CI:-}" ]; then # in CI reuse the pre-installed system gems from RPMs bundle config set --local disable_shared_gems 0 sudo bundle install