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