diff --git a/Makefile b/Makefile index e79abb5..3c4b4bb 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ bootstrap-ruby: bundle install bootstrap-brew: - brew bundle --verbose --no-upgrade + brew bundle --verbose bootstrap-pip: $(PIP) install -r requirements-ci.txt