From bc62c890ed1aafe767286feed3eac0437ff62dc0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 15 Nov 2023 00:00:33 +0000 Subject: [PATCH] fix(bootstrap): add Ruby (bundle install) to make bootstrap --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a3351b1..658fb9f 100644 --- a/Makefile +++ b/Makefile @@ -45,8 +45,11 @@ SHELL := env \ # Bootstrap # -bootstrap: bootstrap-brew -bootstrap-ci: bootstrap-brew bootstrap-brew-ci bootstrap-pip +bootstrap: bootstrap-brew bootstrap-ruby +bootstrap-ci: bootstrap-brew bootstrap-brew-ci bootstrap-ruby bootstrap-pip + +bootstrap-ruby: + bundle install bootstrap-brew: brew bundle