fix(bootstrap): add Ruby (bundle install) to make bootstrap

This commit is contained in:
2023-11-15 00:00:33 +00:00
parent 23a9f30d45
commit bc62c890ed

View File

@@ -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