mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 02:36:39 +00:00
fix(bootstrap): add Ruby (bundle install) to make bootstrap
This commit is contained in:
7
Makefile
7
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
|
||||
|
||||
Reference in New Issue
Block a user