From c5f43f28a03587645a4cbaf6c6813d7d71255b18 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 14 Feb 2022 12:51:08 -0800 Subject: Fix habitat builds by using `rake install:local` No idea why I had to do this last year for omnibus builds and now this year for everything else. Signed-off-by: Lamont Granquist --- habitat/plan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'habitat') diff --git a/habitat/plan.sh b/habitat/plan.sh index ec0b0f6a09..7a9e6343c7 100644 --- a/habitat/plan.sh +++ b/habitat/plan.sh @@ -97,7 +97,7 @@ do_build() { build_line "Installing gems from git repos properly ..." ruby ./post-bundle-install.rb build_line "Installing this project's gems ..." - bundle exec rake install + bundle exec rake install:local ) } -- cgit v1.2.1